Files
Stockfish/src
noobpwnftw a858defd33 Raise stack size to 8MB for pthreads
It seems there is no other way to specify stack size on std::thread than linker
flags and the effective flags are named differently in many toolchains. On
toolchains where pthread is always available, this patch changes the stack
size change in our C++ code via pthread to ensure a minimum stack size of 8MB,
instead of relying on linker defaults which may be platform-specific.

Also raises default stack size on OSX to current Linux default (8MB) just to
be safe.

Closes https://github.com/official-stockfish/Stockfish/pull/2303

No functional change
2019-09-16 15:09:45 +02:00
..
2019-05-02 19:30:26 +02:00
2019-07-26 02:12:23 +02:00
2019-06-14 08:22:02 +02:00
2018-12-13 13:35:35 +01:00
2019-06-09 14:57:08 +02:00
2019-09-14 07:34:19 +02:00
2019-07-26 02:12:23 +02:00
2019-06-22 09:57:07 +02:00
2019-05-02 19:30:26 +02:00
2018-11-19 11:18:21 +01:00
2019-07-11 11:59:36 +02:00
2019-04-17 21:13:39 +02:00
2019-09-12 09:44:40 +02:00
2019-09-14 08:33:00 +02:00
2019-09-14 08:33:00 +02:00
2019-08-26 08:49:55 +02:00
2019-08-26 08:49:55 +02:00
2019-08-26 08:49:55 +02:00
2019-05-02 19:30:26 +02:00
2018-11-19 11:18:21 +01:00
2019-06-09 14:57:08 +02:00
2019-06-09 14:57:08 +02:00
2019-09-12 09:44:40 +02:00
2018-11-19 11:18:21 +01:00
2019-07-14 14:47:50 +02:00