October 10, 2014 General » Help with reflection? | |||
|---|---|---|---|
| |||
...alias ReturnType!func_type ret_type; alias ParameterTypeTuple!func_type params; ret_type delegate(params... | |||
October 08, 2014 LDC » Re: Disappointing math performance compared to GDC | |||
|---|---|---|---|
| |||
...rsp, 120 pop rbx pop r12 pop r13 pop r14 pop r15 pop rbp ret | |||
October 01, 2014 General » Re: std.utf.decode @nogc please | |||
|---|---|---|---|
| |||
...dchar ret;
size_t idx;
enforce(tryDecode(str, ret, idx));
str = str[idx .. $];
return ret... | |||
October 01, 2014 General » std.utf.decode @nogc please | |||
|---|---|---|---|
| |||
...decode2(S,C)(S str, out C ret, out size_t strSliceIdx)
if(isSomeString!S... | |||
September 27, 2014 General » Re: Creeping Bloat in Phobos | |||
|---|---|---|---|
| |||
...00000001000014fe popq %r14 0000000100001500 popq %r15 0000000100001502 ret and for: import std.algorithm, std.stdio... | |||
September 27, 2014 General » Creeping Bloat in Phobos | |||
|---|---|---|---|
| |||
...EBP]
call near ptr _D3std8internal7cstring21__T11tempCStringTuTaZ11tempCStringFNbNixAaZ3Res6__dtorMFNbNiZv
ret
L8F: mov dword ptr -4[EBP],0FFFFFFFFh... | |||
September 25, 2014 Issues » [Issue 13489] Boolean semantics of floating point types should use "<> 0" | |||
|---|---|---|---|
| |||
...short L18
L13: mov EAX,1
L18: ret
and g++ generates:
fld tbyte ptr 8... | |||
September 19, 2014 General » dmd: if still there | |||
|---|---|---|---|
| |||
...if4DoItZv@PC32 xor EAX,EAX pop RBP ret 0f1f add [RAX],R8B .text._Dmain ends... | |||
September 17, 2014 Learn » Build failed LuaD & vibe.d | |||
|---|---|---|---|
| |||
...inout pure nothrow @property ref @trusted).callFunction.ret inout variables can only be declared inside... | |||
September 13, 2014 Issues » [Issue 13464] New: dmd: aliasthis.c:96: virtual void AliasThis::semantic(Scope*): Assertion `ad2->type == Type::terror' failed. | |||
|---|---|---|---|
| |||
...A a;
alias a this;
alias Ret = typeof(null);
Ret visit() {
}
}
$ dmd -c m1.d... | |||
Copyright © 1999-2021 by the D Language Foundation