The Sparrow language
    Kagamin via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Sun Apr 10 03:14:59 PDT 2016
    
    
  
On Sunday, 10 April 2016 at 10:01:21 UTC, Lucian Radu Teodorescu 
wrote:
> I have a hard time imagining how an allocator would work on 
> these conditions. How does D implement the memory allocation at 
> compile-time?
It's actually a problem that CTFE interpreter allocates too much 
and too often quickly running out of memory ^_^
The question is rather how would you implement CTFE without 
allocating a single thing?
    
    
More information about the Digitalmars-d
mailing list