Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ll-xn!mit-eddie!uw-beaver!uw-june!pardo From: pardo@june.cs.washington.edu (David Keppel) Newsgroups: comp.lang.c Subject: Re: Another 'D' proposal (sigh) Message-ID: <4354@june.cs.washington.edu> Date: 4 Mar 88 18:48:05 GMT References: <1893@phoenix.Princeton.EDU> <2230@bsu-cs.UUCP> <2744@mmintl.UUCP> Reply-To: pardo@uw-june.UUCP (David Keppel) Organization: U of Washington, Computer Science, Seattle Lines: 9 [ True functions. How many func calls could we eliminate with this feature? ] Some advantages besides being able to "throw away" function calls are: (a) code motion (b) temporaries living across function calls I suspect these would have more optimizing effect than the number that we could throw away. ;-D on (Optimizing decompiler) Pardo