Re: Inlining functions with loops

jsa@organon.com (Jon S Anthony)
9 Dec 1995 19:49:16 -0500

          From comp.compilers

Related articles
[7 earlier articles]
Inlining functions with loops dave@occl-cam.demon.co.uk (Dave Lloyd) (1995-12-01)
Re: Inlining functions with loops serrano@ardeche.IRO.UMontreal.CA (1995-12-01)
Re: Inlining functions with loops tore@lis.pitt.edu (1995-12-09)
Re: Inlining functions with loops preston@tera.com (1995-12-09)
Re: Inlining functions with loops ball@Eng.Sun.COM (1995-12-09)
Re: Inlining functions with loops ok@cs.rmit.edu.au (1995-12-09)
Re: Inlining functions with loops jsa@organon.com (1995-12-09)
Re: Inlining functions with loops cdg@nullstone.com (1995-12-17)
| List of all articles for this month |

From: jsa@organon.com (Jon S Anthony)
Newsgroups: comp.compilers
Date: 9 Dec 1995 19:49:16 -0500
Organization: Organon Motives, Inc.
References: 95-11-241
Keywords: optimize

"Michael Rice" <mpr@absoft.com> writes:


> All C++ compilers that I am aware of will not inline a function if it
> contains any type of loop. Is anyone aware of ANY C++ compiler that
> will do this? Is anyone aware of a compiler for any language which is
> able to do this?


others: many examples of where this is done


Also, the Digital Ada and Pascal compilers did/do this.


/Jon
--
Jon Anthony
Organon Motives, Inc.
1 Williston Road, Suite 4
Belmont, MA 02178


617.484.3383
jsa@organon.com
--


Post a followup to this message

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