On 02/08/12 00:01, F i L wrote:
> Can't you just write a custom allocator using calloc for performance critical 
> structures (http://dlang.org/memory.html#newdelete), or do what Iain said.

That won't help - the compiler will defeat the optimization by "initializing" 
the area...


artur

Reply via email to