Related articles |
---|
Space Saving Compilers krish@hudson.cs.columbia.edu (1990-10-09) |
Re: Space Saving Compilers wendt@ives.cs.colostate.edu (1990-10-10) |
Re: Space Saving Compilers pardo@june.cs.washington.edu (1990-10-10) |
Newsgroups: | comp.compilers |
From: | wendt@ives.cs.colostate.edu (alan l wendt) |
Keywords: | code,optimize |
Organization: | Colorado State Computer Science Department |
References: | <1990Oct9.052008.12705@cs.columbia.edu> |
Distribution: | usa |
Date: | 10 Oct 90 15:05:07 GMT |
In article <1990Oct9.052008.12705@cs.columbia.edu> krish@hudson.cs.columbia.edu (ponamgi) writes:
>I'm trying to reduce the size of a kernel. I'm NOT interested in
>performance, rather I want to make it fit in main memory in a smaller form.
See "Analyzing and Compressing Assembly Code" by Fraser, Myers, Wendt,
SIGPLAN 84, which works by finding common sequences of assembly code and
replacing them with subroutine calls. Code for this is available from me.
Alan Wendt
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.