Re: Detailed algorithms on inline optimization

Robert A Duff <bobduff@shell01.TheWorld.com>
Tue, 19 Jan 2010 13:53:55 -0500

          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)
Re: Detailed algorithms on inline optimization jeremy.wright@microfocus.com (Jeremy Wright) (2010-01-20)
[12 later articles]
| List of all articles for this month |

From: Robert A Duff <bobduff@shell01.TheWorld.com>
Newsgroups: comp.compilers
Date: Tue, 19 Jan 2010 13:53:55 -0500
Organization: The World Public Access UNIX, Brookline, MA
References: 10-01-058
Keywords: optimize, comment
Posted-Date: 19 Jan 2010 18:44:21 EST

Peng Yu <pengyu.ut@gmail.com> writes:


> [Unless you're trying to in-line a recursive function, it's pretty straightforward. -John]


Or indirect/dispatching calls.


You can inline recursive calls if you limit the depth.


- Bob
[True. Does anyone do that, inline the first few times though and then punt to the
normal routine? -John]


Post a followup to this message

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