Link time optimization (was: MIPS optimizing compiler)

ayers@apollo.hp.com (Andrew Ayers)
7 Sep 1997 15:02:17 -0400

          From comp.compilers

Related articles
MIPS optimizing compiler brdsutte@elis.rug.ac.be (1997-08-28)
Re: MIPS optimizing compiler simg@netcom.com (1997-08-30)
Re: MIPS optimizing compiler fjh@mundook.cs.mu.OZ.AU (1997-09-03)
Link time optimization (was: MIPS optimizing compiler) ayers@apollo.hp.com (1997-09-07)
| List of all articles for this month |

From: ayers@apollo.hp.com (Andrew Ayers)
Newsgroups: comp.compilers
Date: 7 Sep 1997 15:02:17 -0400
Organization: HP/MLL
References: 97-08-079 97-08-089 97-09-008
Keywords: optimize, linker

At the highest optimization level (+O4), HP's compilers will defer
optimization until link time. The intermediate code object files
(ISOMs in the HP world) exist transparently as normal object files
until the linker encounters them, and can be archived and kept in
libraries if desired. The whole process is fully make-compatible.


We've applied this technology to some large and important programs
here at HP and have seen impressive performance results. See our
recent PLDI paper for more details:


Aggressive Inlining
Andrew Ayers, Robert Gottlieb, Richard Schooler
PLDI '97 pp 134-145


                -- Andy Ayers
                HP High Level Optimizer Group
--


Post a followup to this message

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