Phobos for Review: std.buffer.scopebuffer

Walter Bright newshound2 at digitalmars.com
Fri Feb 7 02:53:00 PST 2014


On 2/7/2014 2:27 AM, dennis luehring wrote:
> 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?

It's part of the C ABI.



More information about the Digitalmars-d mailing list