May 16, 2014 Issues » [Issue 12751] New: Avoid heap allocations in some cases of array concatenation | |||
|---|---|---|---|
| |||
...pop ESI
pop EBX
add ESP,0F8h
ret
But the compiler should perform that operation... | |||
May 14, 2014 General » "hijackable"/"customizable" keyword for solving the "customized algorithm" issue? | |||
|---|---|---|---|
| |||
...keyword (yeah... another keyword): Given a function: "Ret foo(T input, Args... args) @hijackable" Then... | |||
April 30, 2014 General » Re: Regarding ref results | |||
|---|---|---|---|
| |||
...void foo(int* ret)
{
ret[0 .. 10] = 0; //pessimistic, sometimes elidable.*
//fill ret as if... | |||
April 29, 2014 Genel » Template olanakları hakkında | |||
|---|---|---|---|
| |||
...t length){
auto ret = MemArea.freemem + MemArea.pos;
MemArea.pos += length;
return ret;
}
string toString... | |||
April 18, 2014 General » Re: A crazy idea for accurately tracking source position | |||
|---|---|---|---|
| |||
...copy & msb) == 0)
{
ret ~= " ";
}
else
{
ret ~= "\t";
}
copy <<= 1;
++i;
}
}
return ret;
}
}
void main()
{
enum... | |||
April 17, 2014 General » Re: DIP60: @nogc attribute | |||
|---|---|---|---|
| |||
...pop ESI
pop EBX
add ESP,8
ret
If I compile that code with ldc2... | |||
April 16, 2014 Learn » Re: Dynamically Sized Structs | |||
|---|---|---|---|
| |||
...your wire-format structs **/)
{
T ret;
foreach (I, field; ret.tupleof)
{
static if (isDynamicArray!(typeof... | |||
April 14, 2014 Learn » Re: A lot of people want to use D,but they only know MS SQL Server,what will help them to Learn D? | |||
|---|---|---|---|
| |||
...null, SQL_DRIVER_NOPROMPT ); if ((ret != SQL_SUCCESS_WITH_INFO) && (ret != SQL_SUCCESS)) throw new... | |||
April 08, 2014 Genel » Endian Karmaşası | |||
|---|---|---|---|
| |||
...i, a; spl) ret[i] = to!ubyte(a); return *cast(uint*) ret.ptr; } ``` Burada ben... | |||
March 31, 2014 Issues » [Issue 12164] Function returning ptrdiff_t.min in 64-bit returning 0 when -O is set. | |||
|---|---|---|---|
| |||
...C0 xor RAX,RAX
C9 leave
C3 ret
L1D: 48 B8 00 00 00 00... | |||
Copyright © 1999-2021 by the D Language Foundation