April 10, 2015 GDC » Re: Optimisation question | |||
|---|---|---|---|
| |||
...32(%rsi), %ymm0, %ymm0
vmovaps %ymm1, (%rsi)
vmovaps %ymm0, 32(%rsi)
vzeroupper
.L8:
ret
Iain. | |||
April 10, 2015 GDC » Optimisation question | |||
|---|---|---|---|
| |||
...xmm0 vmovss %xmm0, (%rax) vzeroupper ret .L43: vzeroupper .L44: ret .L10: movl $16, %r8d movl... | |||
April 10, 2015 General » Re: if(arr) now a warning | |||
|---|---|---|---|
| |||
...rdi, %rdi setne %al ret bool example.bar(int[]): testq %rdi, %rdi setne %al ret | |||
April 09, 2015 LDC » struggling with inline assembler | |||
|---|---|---|---|
| |||
...RCX, 0x10; // increment index by 16 bytes ret; // end of key_expansion_128 // // do aesimc... | |||
April 09, 2015 General » Re: Adjustor thunks and variadic arguments. | |||
|---|---|---|---|
| |||
...support calling? Anyway it sounds like sub offset, %thisreg call method ret would do it | |||
April 01, 2015 General » Re: Benchmark of D against other languages | |||
|---|---|---|---|
| |||
...NULL;
void *ret = malloc (sz);
if (ret) memset (res, 0, sz);
return ret;
}
On e... | |||
April 01, 2015 Learn » Re: How to avoid code duplication? | |||
|---|---|---|---|
| |||
...buffer = readln();
}
string moveFront() {
string ret = front();
popFront();
return ret;
}
int opApply(int delegate(string... | |||
March 28, 2015 Issues » [Issue 14364] DMD should compile (correctly) SDC test0167.d | |||
|---|---|---|---|
| |||
...6 + 3 + 9 = 23 ret += ((ret++ == 5) ? (ret += 3) : (ret -= 11)) + ret; That is, sdc... | |||
March 28, 2015 Issues » [Issue 14364] New: DMD should compile SDC test0167.d | |||
|---|---|---|---|
| |||
...ret = 5;
ret += ((ret++ == 5) ? (ret += 3) : (ret -= 11)) + ret;
assert(ret == 23);
ret += ((ret... | |||
March 20, 2015 Issues » [Issue 14311] New: Win32 COFF: bad symbols/relocation entries for global data accesses | |||
|---|---|---|---|
| |||
...3
03 00 00 00
0000000A: C3 ret
i.e. there is a temporary symbol... | |||
Copyright © 1999-2021 by the D Language Foundation