Skip to content

Release 4.3.92

Choose a tag to compare

@github-actions github-actions released this 10 Jul 02:25
· 40 commits to master since this release
af8afd6
fixes multithread marking (#1240)

Multithreaded marking wasn’t working because the following preprocessor block was never executed (at least when compiling with MSVC):

#if (MAX_GC_THREADS>1)
   // You can uncomment this for better call stacks if it crashes while collecting
   #define HX_MULTI_THREAD_MARKING
#endif