Re: Inlining functions with loops

serrano@ardeche.IRO.UMontreal.CA (Manuel Serrano)
Fri, 1 Dec 1995 14:59:13 GMT

          From comp.compilers

Related articles
[2 earlier articles]
Re: Inlining functions with loops meissner@cygnus.com (Michael Meissner) (1995-11-30)
Re: Inlining functions with loops preston@tera.com (1995-11-30)
Re: Inlining functions with loops ayers@apollo.hp.com (1995-11-30)
Re: Inlining functions with loops cdg@nullstone.com (1995-12-01)
Re: Inlining functions with loops jeremy@suede.sw.oz.au (1995-12-01)
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 |

Newsgroups: comp.compilers
From: serrano@ardeche.IRO.UMontreal.CA (Manuel Serrano)
Keywords: optimize, functional
Organization: Universite de Montreal
References: 95-11-241
Date: Fri, 1 Dec 1995 14:59:13 GMT

Michael Rice wrote:


> 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?


I have studied inlining in functional languages. The inlining techniques
I propose (and which is implemented in Bigloo, my Scheme compiler) inline
functions even if they contain loops. A paper describes this work. It
can be found at the following address:


http://www.iro.umontreal.ca/people/serrano


The paper is called:


`A Fresh Look to Inlining Decision'




--Manuel Serrano--
--


Post a followup to this message

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