From: | "R. L. Watkins" <RLWatkins@CompuServe.Com> |
Newsgroups: | comp.compilers |
Date: | 20 Dec 2001 00:41:49 -0500 |
Organization: | Compilers Central |
References: | 01-12-050 <200112120335.fBC3ZMg01140@budgie.cs.uwa.edu.au> 01-12-065 |
Keywords: | C, optimize |
Posted-Date: | 20 Dec 2001 00:41:49 EST |
Some compilers will replace calls to functions such as 'strlen()' with
in-line code. In such a case, the optimization phase isn't even aware that
'strlen()' is being called. It simply optimizes the in-line code as if the
programmer had written it that way.
R. L. Watkins
Return to the
comp.compilers page.
Search the
comp.compilers archives again.