Search

May 16, 2014
Issues »
...pop ESI
        pop EBX
        add ESP,0F8h
        ret


But the compiler should perform that operation...
May 14, 2014
General »
...keyword (yeah... another keyword):

Given a function:
"Ret foo(T input, Args... args) @hijackable"

Then...
April 30, 2014
General »
...void foo(int* ret)
{
    ret[0 .. 10] = 0; //pessimistic, sometimes elidable.*

    //fill ret as if...
April 29, 2014
Genel »
...t length){
		auto ret = MemArea.freemem + MemArea.pos;
		MemArea.pos += length;
		return ret;
	}
	string toString...
April 18, 2014
General »
...copy & msb) == 0)
				{
					ret ~= " ";
				}
				else
				{
					ret ~= "\t";
				}
				copy <<= 1;
				++i;
			}
		}
		return ret;
	}
}

void main()
{
	enum...
April 17, 2014
General »
...pop ESI
        pop EBX
        add ESP,8
        ret


If I compile that code with ldc2...
April 16, 2014
Learn »
...your wire-format structs **/)
{
    T ret;
    foreach (I, field; ret.tupleof)
    {
        static if (isDynamicArray!(typeof...
April 14, 2014
Learn »
...null,
			SQL_DRIVER_NOPROMPT );

		if ((ret != SQL_SUCCESS_WITH_INFO) && (ret != SQL_SUCCESS))
			throw new...
April 08, 2014
Genel »
...i, a; spl) ret[i] = to!ubyte(a);
	return *cast(uint*) ret.ptr;
}
```


Burada ben...
March 31, 2014
Issues »
...C0              xor    RAX,RAX
    C9                    leave
    C3                    ret
L1D:    48 B8 00 00 00 00...
69 70 71 72 73 74 75 76 77 78 79 80
Next ›   Last »