Marcus Meissner <[EMAIL PROTECTED]> writes:

>       No longer use safety buffer of 1 mb for thread stack to
>       save memory.

I don't think this is right. The specified stack size is the commit
size, but we must still reserve 1Mb (except maybe if a smaller size
was specified in the PE header). If the thread doesn't use all of it,
it won't cost any memory anyway.

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to