April 16, 2013 Learn » Re: synchronized confusion... | |||
|---|---|---|---|
| |||
...varInitialized = false;
> bool initVar() {
> bool ret;
> synchronized { ret = varInitialized;}
> return ret;
> }
>
> I know there are... | |||
April 16, 2013 Learn » synchronized confusion... | |||
|---|---|---|---|
| |||
...varInitialized = false;
bool initVar() {
bool ret;
synchronized { ret = varInitialized;}
return ret;
}
I know there are... | |||
April 05, 2013 General » Re: DIP33: A standard exception hierarchy | |||
|---|---|---|---|
| |||
...overflow overwriting some internal pointers say a ret address). The assert aborting on something fishy... | |||
April 05, 2013 Genel » Büyük Sayıları Sayma... | |||
|---|---|---|---|
| |||
...içinde olabilir!) **CMP** ve **JMP** komutları yanısıra **RET** ile programa kaldığı yerde geri dönmesi fazladan... | |||
April 04, 2013 Learn » Re: Fast switch statement | |||
|---|---|---|---|
| |||
...ESP,4
L61: pop ESI
xor EAX,EAX
pop EBX
pop ECX
ret
Bye,
bearophile | |||
April 03, 2013 General » Re: DIP33: A standard exception hierarchy | |||
|---|---|---|---|
| |||
...in { assert(inContract(args)); }
out(RetType ret) { assert(outContract(ret)); }
body {
return dotDotDotMagic(args);
}
void... | |||
April 01, 2013 Learn » Re: dmd asm output | |||
|---|---|---|---|
| |||
...call is an inline call function, the ret returns it. The stuff before it is... | |||
April 01, 2013 Learn » dmd asm output | |||
|---|---|---|---|
| |||
...rbp 0x000000000000007e <+62>: pop rbp 0x000000000000007f <+63>: ret This looks nothing like what I expected... | |||
March 31, 2013 Issues » [Issue 9847] ICE on CTFE literal cast(uint) on DMD 2.062 | |||
|---|---|---|---|
| |||
...procId, tNodeId) {}
}
struct MsgLogFlush
{
mixin MsgReqMixin;
}
Ret[] iterAnnotStruct(Ret, alias Op, int index, string member... | |||
March 31, 2013 Issues » [Issue 6658] Slow short array equality | |||
|---|---|---|---|
| |||
...EAX
pop EDI
pop ESI
pop ECX
ret 4
eq2:
push EBX
mov EDX, EAX... | |||
Copyright © 1999-2021 by the D Language Foundation