[Prev][Next][Index][Thread]

Reducing exe size?



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: