Xref: utzoo comp.lang.c:26984 comp.lang.misc:4492 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!cmcl2!lanl!lambda!jlg From: jlg@lambda.UUCP (Jim Giles) Newsgroups: comp.lang.c,comp.lang.misc Subject: Re: function calls Message-ID: <14274@lambda.UUCP> Date: 16 Mar 90 21:36:41 GMT References: Lines: 13 From article , by meissner@osf.org (Michael Meissner): > [...] > The MIPS compilers also have a -O3 option which does global register > allocation. Here is an fragment of the man page from a Decstation: > [...] Great! Now if this ability were widespread in the _real_world_ (or, the rest of the real world - for those of you who consider MIPS to be real :-), then there would be much less waste in the procedure interface. Of course, once you have this capability, you would also want an 'inline' keyword on procedure declarations, etc.. J. Giles