Performance improvements for D / DMD compiler.

janderson askme at me.com
Sun Jan 21 01:57:33 PST 2007


janderson wrote:
> janderson wrote:
>> Dave wrote:
> 
> 
> Also:
> 
> Something like ned-malloc in the standard lib.
> 
> -Joel

I should add, compiler identifying cases where:

1) An allocation doesn't need to be put into the GC (ie it could be 
placed on the stack.)
2) Compiler work out at compile time when a particular piece of memory 
could be deleted (rather then complete GC).  Ok we have auto however I'm 
talking about places where this can't be used.

Of course what these cases are, needs more thought (and could be 
optional).  However this is no where near the top of my performance wish 
list.

-Joel



More information about the Digitalmars-d mailing list