November 01, 2013 Issues » [Issue 5548] Efficient std.conv.to conversions | |||
|---|---|---|---|
| |||
...range : Appender;
auto ret = Appender!string();
auto fmt = FormatSpec!char("%s");
ret.reserve(4096);
for... | |||
October 30, 2013 Issues » [Issue 11343] [2.064 beta] Error: multiple field initialization | |||
|---|---|---|---|
| |||
...00402104: 83c424 add esp, 0x24 00402107: c3 ret In 2.064a, the bug 10094 has... | |||
October 30, 2013 Issues » [Issue 11343] [2.064 beta] Error: multiple field initialization | |||
|---|---|---|---|
| |||
...8[EDX], ESI
pop ESI
pop EBX
ret 4
Bar.__ctor:
sub ESP, 010h
xor... | |||
October 27, 2013 Learn » C/C++ struct interfacing | |||
|---|---|---|---|
| |||
...ret;
foreach( i; 0 .. N ) ret.data[i] = data[i] + rhs.data[i];
return ret... | |||
October 24, 2013 General » Re: Question/request/bug(?) re. floating-point in dmd | |||
|---|---|---|---|
| |||
...19 fstpl (%ecx)
| 8076c03: c2 10 00 ret $0x10
8076c03: dd 59 08 fstpl 0x8... | |||
October 23, 2013 LDC » Re: LDC 0.12.0 has been released | |||
|---|---|---|---|
| |||
...esi
popl %edi
popl %ebx
popl %ebp
ret
If I replace the lambda with an... | |||
October 17, 2013 Issues » [Issue 11289] New: Better compilation of code using std.typecons.NullableRef | |||
|---|---|---|---|
| |||
...ESI
pop EBP
pop EBX
pop ECX
ret 010h
L183: inc EBX
mov EAX,010h... | |||
October 15, 2013 LDC » Re: LDC 0.12.0 beta 1 released, please help test! | |||
|---|---|---|---|
| |||
...esi
popl %edi
popl %ebx
popl %ebp
ret $8
As you see there's a... | |||
October 15, 2013 General » Re: Early review of std.logger | |||
|---|---|---|---|
| |||
...ubyte[] arr)
{
ulong ret = 0;
foreach (b; arr) {
logDebugV("Adding %d", b);
ret += b;
}
logDebugV... | |||
October 13, 2013 General » Re: Qt bindings for D | |||
|---|---|---|---|
| |||
...mov EAX, 0xC[EBP];
call op;
leave;
ret;
}
}
}
as to whether it would work in... | |||
Copyright © 1999-2021 by the D Language Foundation