Detailed algorithms on inline optimization

Peng Yu <pengyu.ut@gmail.com>
Mon, 18 Jan 2010 07:09:47 -0800 (PST)

          From comp.compilers

Related articles
Detailed algorithms on inline optimization pengyu.ut@gmail.com (Peng Yu) (2010-01-18)
Re: Detailed algorithms on inline optimization bobduff@shell01.TheWorld.com (Robert A Duff) (2010-01-19)
Re: Detailed algorithms on inline optimization holgersiegel74@yahoo.de (Holger Siegel) (2010-01-20)
Re: Detailed algorithms on inline optimization bobduff@shell01.TheWorld.com (Robert A Duff) (2010-01-19)
Re: Detailed algorithms on inline optimization gneuner2@comcast.net (George Neuner) (2010-01-19)
Re: Detailed algorithms on inline optimization miles@gnu.org (Miles Bader) (2010-01-20)
Re: Detailed algorithms on inline optimization rangsynth@gmail.com (Robin Holmes) (2010-01-20)
[13 later articles]
| List of all articles for this month |

From: Peng Yu <pengyu.ut@gmail.com>
Newsgroups: comp.compilers
Date: Mon, 18 Jan 2010 07:09:47 -0800 (PST)
Organization: Compilers Central
Keywords: optimize
Posted-Date: 19 Jan 2010 00:07:36 EST

I'm looking for detailed algorithms on inline optimization. But I only
find some document like http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html,
which describes different ways of doing inline. Is 'inline' so trivial
that it is not worthwhile to explain how it is implemented?


If there is some reference that describe inline in details, could
somebody let me?
[Unless you're trying to in-line a recursive function, it's pretty straightforward. -John]



Post a followup to this message

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