Re: When/why did function calls get cheap?

Ben Elliston <bje@redhat.com>
21 Feb 2003 00:46:00 -0500

          From comp.compilers

Related articles
When/why did function calls get cheap? peter@javamonkey.com (Peter Seibel) (2003-02-12)
Re: When/why did function calls get cheap? strohm@airmail.net (John R. Strohm) (2003-02-13)
Re: When/why did function calls get cheap? gah@ugcs.caltech.edu (Glen Herrmannsfeldt) (2003-02-13)
Re: When/why did function calls get cheap? bje@redhat.com (Ben Elliston) (2003-02-21)
Re: When/why did function calls get cheap? joachim_d@gmx.de (Joachim Durchholz) (2003-02-21)
Re: When/why did function calls get cheap? marcov@toad.stack.nl (Marco van de Voort) (2003-02-21)
Re: When/why did function calls get cheap? firefly@diku.dk (Peter Finderup Lund) (2003-02-21)
Re: When/why did function calls get cheap? firefly@diku.dk (Peter Finderup Lund) (2003-02-21)
Re: When/why did function calls get cheap? anton@mips.complang.tuwien.ac.at (2003-02-21)
Re: When/why did function calls get cheap? jplevyak@yahoo.com (John Plevyak) (2003-02-21)
[13 later articles]
| List of all articles for this month |

From: Ben Elliston <bje@redhat.com>
Newsgroups: comp.compilers
Date: 21 Feb 2003 00:46:00 -0500
Organization: Red Hat Asia-Pacific Pty Ltd
References: 03-02-073 03-02-087
Keywords: architecture, practice
Posted-Date: 21 Feb 2003 00:46:00 EST

>>>>> "Glen" == Glen Herrmannsfeldt <gah@ugcs.caltech.edu> writes:


    Glen> As far as I know, the main thing that changed is computers got
    Glen> faster.


I think the answer is a bit more detailed. It has also been due to
architectural improvements like larger register files in RISC machines
and register windows on SPARC that have led to reduced overheads in
function calls.


Cheers, Ben


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.