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: | krish@hudson.cs.columbia.edu (ponamgi) |
Keywords: | code,optimize |
Organization: | Columbia University Department of Computer Science |
Distribution: | usa |
Date: | Tue, 9 Oct 90 05:20:08 GMT |
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. Does anyone have any compiler suggestions to make for this.
The optimizing option doesn't really help in reducing the size.
I'm compiling a C AIX kernel on a 386 based machine.
please e-mail
krish@cs.columbia.edu
[If you want to make a unix kernel significantly smaller, turn off features
and make tables smaller. Code optimizers don't make that much size
difference. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.