March 27, 2014 General » Re: protocol for using InputRanges | |||
|---|---|---|---|
| |||
...lea rsp,[rbp] 0057: pop rbp 0058: ret _D7irange213__T6irangeTiZ6irange5emptyMFZb: 0000: push rbp 0001: mov... | |||
March 25, 2014 General » Re: Challenge: write a really really small front() for UTF8 | |||
|---|---|---|---|
| |||
...ecx, %ecx
leaq __ZZ5frontPKcE4mask(%rip), %rdx
pextl (%rdx,%rcx,4), %eax, %eax
popq %rbp
ret
| |||
March 24, 2014 Issues » [Issue 12454] Return type inference does not work | |||
|---|---|---|---|
| |||
...possible to define two functions with just ret type difference. Or is there a way... | |||
March 24, 2014 General » Re: Challenge: write a really really small front() for UTF8 | |||
|---|---|---|---|
| |||
Nice! Why assert(ret != 0)? Andrei | |||
March 23, 2014 Issues » [Issue 12442] New: inefficient code with scope(exit) | |||
|---|---|---|---|
| |||
...rbp] 000000000000004A: 5D pop rbp 000000000000004B: C3 ret 000000000000004C: 48 83 EC 08 sub rsp... | |||
March 21, 2014 Issues » [Issue 12436] Opaque struct parameter type should not be allowed | |||
|---|---|---|---|
| |||
...S; S ret_f1(); // ok: fails S[] ret_f2(); // should fail S[1] ret_f4... | |||
March 21, 2014 Issues » [Issue 12436] New: Opaque struct parameter type should not be allowed | |||
|---|---|---|---|
| |||
...15:21:38 PDT --- ----- struct Opaque; Opaque ret_func(); // ok: error void void_func(Opaque... | |||
March 19, 2014 Issues » [Issue 12406] New: Broken delegate closure | |||
|---|---|---|---|
| |||
...system"); }
Screen renameSelect() {
auto ret = new Screen("Select system");
void addItem() { ret.addOption(&renameName); } /* Removing... | |||
March 18, 2014 LDC » prinft performance problem | |||
|---|---|---|---|
| |||
...fstp %st(0) xorl %eax, %eax leave ret -------------------------- LDC2 asm: __Dmain: pushl %esi subl $24... | |||
March 15, 2014 Learn » Re: Regarding fixed size arrays | |||
|---|---|---|---|
| |||
...foo(int[2] a, int[3] b) {
int[5] ret;
ret[] = a ~ b;
return ret;
}
| |||
Copyright © 1999-2021 by the D Language Foundation