June 07, 2013 Issues » [Issue 10286] New: Better optimization for struct constructors? | |||
|---|---|---|---|
| |||
...pop ESI
pop EBX
add ESP,030h
ret
_D5test25spam2FNaNbxkZd:
sub ESP,030h
mov EDX,EAX... | |||
June 06, 2013 Learn » Re: geting stack trace from signal handlers | |||
|---|---|---|---|
| |||
...auto ret = backtrace_symbols(callstack.ptr, cast(int) i);
for (; i > 0; i--) {
writeln((*ret... | |||
June 04, 2013 Issues » [Issue 10265] New: RandomSample fails when passed an InputRange as input | |||
|---|---|---|---|
| |||
...typeof(this) save()
{
auto ret = this;
ret._input = _input.save;
return ret;
}
The assumption that... | |||
June 02, 2013 General » Re: Labels as values and threaded-code interpretation | |||
|---|---|---|---|
| |||
...a test + jmp. And then there is 'ret' at the end of this chunk ~4... | |||
June 01, 2013 General » Re: Slow performance compared to C++, ideas? | |||
|---|---|---|---|
| |||
...QWORD PTR [RDI], RAX mov RAX, RDI ret --- It just happens too late in the... | |||
June 01, 2013 General » Labels as values and threaded-code interpretation | |||
|---|---|---|---|
| |||
...sub: lbl = &&handle_sub; break;
// ...
case ret: lbl = &&handle_ret; break;
}
}
insn.lbl = lbl;
}
// Start... | |||
May 30, 2013 General » Re: Inability to dup/~ for const arrays of class objects | |||
|---|---|---|---|
| |||
...static array in heap int[] ret = s.s; return ret; //dynamic array in heap } void... | |||
May 28, 2013 Learn » Re: Failed to sort range | |||
|---|---|---|---|
| |||
...opSlice(size_t i, size_t j) {
> // ...
> ret.front_ = i;
>
> I feel like the initialization... | |||
May 28, 2013 Learn » Re: Failed to sort range | |||
|---|---|---|---|
| |||
...opSlice(size_t i, size_t j) {
// ...
ret.front_ = i;
I feel like the initialization... | |||
May 24, 2013 Issues » [Issue 10147] Make -w identical to -wi and deprecate it | |||
|---|---|---|---|
| |||
...3:
writeln("errors");
default:
break;
}
return t.ret;
}
Without -w, this code will compile just... | |||
Copyright © 1999-2021 by the D Language Foundation