[racket-dev] Expansion size vs. zo file size
On 2014-11-11 17:25:37 -0500, Asumu Takikawa wrote:
> I found this unintuitive. Is there anything I can do to get the bytecode
> compiler to help me out here?
FWIW, I also tried looking at the optimizer logs in both cases to see if
there was much difference. Grepping for "inlining" shows counts of 75
vs. 47 for compiling matrix.rkt (post/pre change and ignoring the
inlining that goes on for modules like '#%util).
So maybe this is just a time/space tradeoff that I can't do much about.
Cheers,
Asumu