[dmd-internals] [D-Programming-Language/dmd] 29eb97: more 64 bit ABI for structs

Walter Bright walter at digitalmars.com
Thu May 10 20:42:49 PDT 2012



On 5/10/2012 7:41 PM, Jonathan M Davis wrote:
> If you remove the in and const from opBinary and length, it's fine. It's also 
> fine if you use this._length - rhs._length instead of using the property. So, 
> it's the combination of having const and calling length which breaks it, which 
> does look very similar to the problem that core.time was having, so I'm not 
> sure if it really helps you as far as the test suite goes. Regardless, it 
> _does_ work with the latest head (minus the broken druntime updates), so it's 
> been fixed by your recent changes.

Thanks, I see it is working now.


More information about the dmd-internals mailing list