Phobos for Review: std.buffer.scopebuffer
dennis luehring
dl.soluz at gmx.net
Fri Feb 7 02:27:57 PST 2014
Am 07.02.2014 10:13, schrieb Walter Bright:
> 1. It's set up to fit into two registers on 64 bit code. This means it can be
> passed/returned from functions in registers. When I used this in my own code,
> high speed was the top priority, and this made a difference.
did you also test the codegen of ldc and gdc - or is this optimization
only "working" for dmd?
More information about the Digitalmars-d
mailing list