Hi All,

I've just written up a little experiment I did to improve the compressed
file size of PyPy.js:

    https://rfk.id.au/blog/entry/cromulate-improve-compressibility/

The basic idea was to re-order the code for function definitions so that
similar functions are closer together, and hence likely to compress
better.  For such a naive trick it was surprisingly effective - around a
10% decrease in compressed file size for my (admittedly very large and
bloated) use case.

If anyone else feels like taking it for a spin, I'd be curious to hear
whether and how well it works on other emscriptenized codebases.


   Cheers,

     Ryan

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to