Search

November 01, 2013
Issues »
...range : Appender;

    auto ret = Appender!string();
    auto fmt = FormatSpec!char("%s");
    ret.reserve(4096);
    for...
October 30, 2013
Issues »
...00402104: 83c424                  add esp, 0x24
00402107: c3                      ret


In 2.064a, the bug 10094 has...
October 30, 2013
Issues »
...8[EDX], ESI
    pop ESI
    pop EBX
    ret 4


Bar.__ctor:
    sub ESP, 010h
    xor...
October 27, 2013
Learn »
...ret;
            foreach( i; 0 .. N ) ret.data[i] = data[i] + rhs.data[i];
            return ret...
October 24, 2013
General »
...19                         fstpl  (%ecx)     
    | 8076c03:         c2 10 00                      ret    $0x10
 8076c03:         dd 59 08                      fstpl  0x8...
October 23, 2013
LDC »
...esi
    popl    %edi
    popl    %ebx
    popl    %ebp
    ret


If I replace the lambda with an...
October 17, 2013
Issues »
...ESI
        pop    EBP
        pop    EBX
        pop    ECX
        ret    010h
L183:        inc    EBX
        mov    EAX,010h...
October 15, 2013
LDC »
...esi
    popl    %edi
    popl    %ebx
    popl    %ebp
    ret $8


As you see there's a...
October 15, 2013
General »
...ubyte[] arr)
{
	ulong ret = 0;
	foreach (b; arr) {
		logDebugV("Adding %d", b);
		ret += b;
	}
	logDebugV...
October 13, 2013
General »
...mov    EAX, 0xC[EBP];
            call   op;
            leave;
            ret;
        }
    }
}


as to whether it would work in...
76 77 78 79 80 81 82 83 84 85 86 87
Next ›   Last »