Re: Compiler Optimizing assembler

David L Moore <dlmoore@ix.netcom.com>
3 Nov 1996 13:09:16 -0500

          From comp.compilers

Related articles
Compiler Optimizing assembler wstryd@ilink.nis.za (Werner Strydom) (1996-11-03)
Re: Compiler Optimizing assembler grout@sp55.csrd.uiuc.edu (1996-11-03)
Re: Compiler Optimizing assembler pardo@cs.washington.edu (1996-11-03)
Re: Compiler Optimizing assembler dlmoore@ix.netcom.com (David L Moore) (1996-11-03)
Re: Compiler Optimizing assembler jacob@jacob.remcomp.fr (1996-11-05)
Re: Compiler Optimizing assembler Martin.Ward@durham.ac.uk (1996-11-05)
Re: Compiler Optimizing assembler sri@gomez.sc.intel.com (K. Sridharan) (1996-11-07)
Re: Compiler Optimizing assembler walter@bytecraft.com (Walter Banks) (1996-11-07)
Re: Compiler Optimizing assembler shankar@chromatic.com (1996-11-10)
| List of all articles for this month |

From: David L Moore <dlmoore@ix.netcom.com>
Newsgroups: comp.compilers
Date: 3 Nov 1996 13:09:16 -0500
Organization: Netcom
References: 96-11-029
Keywords: optimize, assembler

Werner Strydom wrote:


> Has any reaserch been done optimizing (code duplication, dead code,
> speed optimitization) assembler programs? Where can I find it?


The MIPS compiler team did some optimization in the assembler. If
memory serves, they also had some profiling based optimization in the
linker to reduce code working set sizes by packing machine code into
pages based on call patterns. These people are now presumably at
Silicon Graphics.
--


Post a followup to this message

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