On Thursday, 8 October 2015 at 05:46:31 UTC, ketmar wrote:
On Thursday, 8 October 2015 at 04:38:43 UTC, tcak wrote:Is it possible to modify GC (without rebuilding the compiler), so it uses a given shared memory area instead of heap for allocations?sure. you don't need to rebuild the compiler, only druntime.
Any better solution? Like overriding GC class, etc.