Tell GC to use shared memory
    tcak via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Thu Oct  8 02:25:35 PDT 2015
    
    
  
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.
    
    
More information about the Digitalmars-d-learn
mailing list