On 8/22/2014 9:01 PM, Ola Fosheim Gr wrote:
On Saturday, 23 August 2014 at 02:30:23 UTC, Walter Bright wrote:
One example is std.internal.scopebuffer. The nice thing about that is the user
can use the stack for the storage, which works out to be very, very fast.

Does this mean that D is getting resizable stack allocations in lower stack
frames? That has a lot of implications for code gen.

scopebuffer does not require resizeable stack allocations.

Reply via email to