June 14, 2013 Issues » [Issue 9991] Optimizer Doesn't Enregister Static Array Elements With Compile-Time Constant Index | |||
|---|---|---|---|
| |||
...eax
popl %esi
popl %edi
popl %ebx
ret $8
__D4test4sum2FxAiZi:
pushl %ebx
pushl %edi
pushl... | |||
June 13, 2013 Learn » Re: Getting object members | |||
|---|---|---|---|
| |||
...init, mem));
static if (prot == "public")
{
ret ~= mem;
}
}
}
return ret;
}
}
class Foo : MyClassBase!Foo
{
public... | |||
June 13, 2013 General » change return type of executeShell (etc) to Tuple!(int, "status", string, "output") | |||
|---|---|---|---|
| |||
...ReturnType!executeShell ret){
import std.exception;
enforce(!ret.status,ret.output);
return ret.output;
}
*Returns... | |||
June 12, 2013 Genel » malloc ile struct dan hızlı bir yapı yapılabilirmi ? | |||
|---|---|---|---|
| |||
...call taddr; ret;}
top = top.n;
goto sUP;
l_rsr:
asm{ call taddr; ret;}
a0... | |||
June 11, 2013 Issues » [Issue 10336] template opDispatch to function delegate undefined behavior | |||
|---|---|---|---|
| |||
...EAX,[EAX]
add EAX,8[EBP]
leave
ret 4
nop
(ERROR) Disregards it is dealing... | |||
June 11, 2013 Genel » malloc ile struct dan hızlı bir yapı yapılabilirmi ? | |||
|---|---|---|---|
| |||
...taddr; ret;}
*(top.a1) = *(top.a2);
ca++;
goto sUP;
l_mov2re:
asm{ call taddr; ret... | |||
June 08, 2013 General » Re: Low hanging fruit for optimizing loops | |||
|---|---|---|---|
| |||
...jle LOOP_START;
EXIT_LOOP:
pop RBP;
ret;
}
}
void main() {
auto start = Clock.currTime();
int... | |||
June 08, 2013 General » Low hanging fruit for optimizing loops | |||
|---|---|---|---|
| |||
...END 4681fa: 5d pop rbp 4681fb: c3 ret C Version DISASM: ---------------- 0000000000400860 <fibw>: 400860: 83... | |||
June 08, 2013 General » Re: Member function pointers | |||
|---|---|---|---|
| |||
...sanity...
struct PointerToMemberFunction(Class, Ret, T...) if(is(Class : Object)) {
private Ret delegate(T) dg... | |||
June 07, 2013 Issues » [Issue 10287] std.random.uniform is very slow with dmd | |||
|---|---|---|---|
| |||
...esi
popl %edi
popl %ebx
popl %ebp
ret $20
Maybe it's also a matter... | |||
Copyright © 1999-2021 by the D Language Foundation