[Prev][Next][Index][Thread]
Reducing exe size?
-
To: info-dylan@ai.mit.edu
-
Subject: Reducing exe size?
-
From: Robert Feldt <feldt@ce.chalmers.se>
-
Date: Thu, 13 Dec 2001 05:45:04 -0500 (EST)
-
Organization: Chalmers University of Technology
-
Xref: traf.lcs.mit.edu comp.lang.dylan:13821
Hi again,
Is there some way to decrease the size of exe's produced by d2c?
When compiling the hi program created by "make-dylan-app hi" it starts out
at 2102496 bytes. By stripping it I can get down to 1371136 and by packing
with UPX I get down to 320000 which is much better but still a bit steep
for a hello world. But I guess the since won't grow very much as I get
into more complex applications since its mostly the runtime taking
space? Well HD's are cheap... ;-)
Regards,
Robert Feldt
Follow-Ups: