Closed
Description
Since #2628 , all allocations larger than 256 bytes are moved to the heap. This might not make sense on systems where the default stack size is larger.
This would also allow a larger work queue size for the garbage collector's mark phase which will reduce the number of full heap rescans on overflow.