Battle-plan for CTFE
    Stefan Koch via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Fri May 27 15:02:00 PDT 2016
    
    
  
On Saturday, 21 May 2016 at 21:20:54 UTC, Martin Nowak wrote:
> On 05/21/2016 11:18 PM, Martin Nowak wrote:
>> The debugging metaphor would be comparing a program that only 
>> uses pointer arithmetic against one that is memory safe, the 
>> former can randomly write everywhere from anywhere, the latter 
>> could use the wrong reference.
>
> It's also similar to comparing assembly code to C.
I am just working on a change that introduces a temporary-Stack 
to the memory management of dmd.
So far it crashes :)
    
    
More information about the Digitalmars-d-announce
mailing list