On Thu, Jul 3, 2008 at 1:50 AM, Vesa Jääskeläinen <address@hidden> wrote:
properties: lc = 3 lp = 0 pb = 2
memory requirement for the decoder: 15980 bytes
Can we probe for best values and then use always the best? Perhaps embed
them as constants to boot code?
Hi,
These are the default value of lzma, they are tricky to set, and not
much can be gained by adjusting them anyway. Inside the boot code, I
already use constant for these value, although it can also uses
variable if macro FIXED_PROPS is not defined.