From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2001-06-25 08:34:11
On Mon, Jun 25, 2001 at 12:20:54AM +0200, Andre Majorel wrote: > Just a side note: one of the improvements in GCC 3.0 was, they > say, to move the inlining stage before the optimization stage to > make it possible to optimize across inlined function calls. It is correct to do so. On the other side, the linker is able to see more of the final program than the optimizer when run over one module. So the linker would be able to inline things, that the compiler cannot inline, because it does not see the code for the inlined function. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:40 CET