[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: experimental new dump
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 25 Jun 2007 08:56:57 -0300
> (A funny aside is that my version of the compiler will optionally
> compress the byte code. In ALL cases I tested (mind you, just a
> handful), the resulting compressed file was actually BIGGER than with
> the old version.
>
> byte code old: 53714; same compressed: 26211
> byte code new: 51565; same compressed: 26322
>
> Not sure what's going here...)
The new format has less repetitions and more unique sequences. So, less
chance for compression.