[Mono-devel-list] Thread stacks sizes - interpreter vs J

Dick Porter dick at ximian.com
Mon Oct 6 08:51:37 EDT 2003


On Sat, 2003-10-04 at 11:32, Varga Zoltan wrote:
>                                           Hi,
> 
> 
>    I would recommend adding a function to io-layer to set
> the default
> stack size. The JIT and the interpreter could call it with
> different values on startup.

We can't add any external API to io-layer that isn't in the w32 API.

For the stack size, CreateThread sets it because of issues with BSD.  It
would probably be best to just conditionally define that and let other
platforms use their defaults.

- Dick





More information about the Mono-devel-list mailing list