lzma decompressor gets a void * from the caller. Caller, if CAR, uses on-stack pointer. RAM code can, if desired, use malloc'ed memory?
Not for the scratchpad. It's allocated on the stack of the ulzma
function.
yes, but I always felt that was fixable.
Sure. We could pass it a scratchpad pointer too.
Thanks, Myles