February 17, 2013 LDC » Re: Runtime for ARM | |||
|---|---|---|---|
| |||
...undef, %"armbug.Rebindable!(TimeZone).Rebindable"* byval undef) ret %armbug.SysTime* %.this_arg } You get the... | |||
February 17, 2013 General » DLL crash inside removethreadtableentry - where's the source code for that? | |||
|---|---|---|---|
| |||
...05A88F70 pop ebx 05A88F71 pop eax 05A88F72 ret 05A88F73 mov eax,dword ptr [___thdtbl (5AADFBCh... | |||
February 15, 2013 Learn » Re: std.container.RedBlackTree versus C++ std::set | |||
|---|---|---|---|
| |||
...than zero ld AX 0; ret; L1: ld AX 1; ret; With opcmp: int opCmp... | |||
February 14, 2013 Genel » Malloc'da Bug var sanırım. | |||
|---|---|---|---|
| |||
...adresal; ret;}
auto c1 = Clock.currTime();
point++;
goto runOP;
l_CMP:
asm{ call adresal; ret... | |||
February 10, 2013 Learn » Re: search of a workaround | |||
|---|---|---|---|
| |||
...ss() {
enum Func = __traits(identifier, fun);
enum Ret = ReturnType!(fun).stringof;
alias Args = ParameterTypeTuple!(fun... | |||
February 08, 2013 Learn » Re: search of a workaround | |||
|---|---|---|---|
| |||
...know how to get function name :(
enum Ret = ReturnType!fun.stringof;
alias Args = ParameterTypeTuple!fun... | |||
February 03, 2013 General » Re: static array litteral syntax using a library solution (no GC and 40x faster!) | |||
|---|---|---|---|
| |||
...loop is unrolled as a series of assignments (ret[0] = a, ret[1] = b …) | |||
February 03, 2013 General » Re: static array litteral syntax using a library solution (no GC and 40x faster!) | |||
|---|---|---|---|
| |||
...can replace the loop in S with ret[] = a[]; Which should be even faster. Also... | |||
February 03, 2013 General » Re: static array litteral syntax using a library solution (no GC and 40x faster!) | |||
|---|---|---|---|
| |||
...use "T0[T.length]ret=void;" instead of "T0[T.length]ret;" inside the definition... | |||
February 03, 2013 General » static array litteral syntax using a library solution (no GC and 40x faster!) | |||
|---|---|---|---|
| |||
...T0[T.length]ret; foreach(i,ai;a) ret[i]=ai; return ret; } void main... | |||
Copyright © 1999-2021 by the D Language Foundation