On Mon Mar 2 11:10 PM, Andi Gutmans wrote:
> I don't see a fundamental issue why it could not be arbitrary.
> The only challenge which may be an issue is that this code clearly
> allocates the buffer on the stack for what are probably performance
> reasons. If you allow arbitrary chunk size and u
I don't see a fundamental issue why it could not be arbitrary.
The only challenge which may be an issue is that this code clearly allocates
the buffer on the stack for what are probably performance reasons. If you allow
arbitrary chunk size and use alloca() (do_alloca()) for stack allocation you