May 21, 2015 Learn » Re: Dual conditions in D and Python | |||
|---|---|---|---|
| |||
...m compelled to write return instead of ret and else if instead of elif :) I... | |||
May 19, 2015 General » Re: 0 is not a power of 2 | |||
|---|---|---|---|
| |||
...edi testl %edi, %edi sete %al .L5: ret isPowerOf2b: blsr %edi, %edx xorl %eax, %eax... | |||
May 05, 2015 General » Re: FreeTree eviction strategy | |||
|---|---|---|---|
| |||
...actual allocation MyPointer* ret = new MyPointer(thePtr);// something better? // store ret return ret; } void cleaner... | |||
May 02, 2015 Learn » Re: What wrong? | |||
|---|---|---|---|
| |||
...ret
);
Partially it works :)
-----
import std.variant;
private struct Exit{};
private struct supervisorAnswer {
Variant ret... | |||
May 02, 2015 Learn » Re: stdx.data.json - enhancement suggestions | |||
|---|---|---|---|
| |||
...checkedCode=false; bool checkedName=false; string[2][] ret; string buf; auto filename="../importquandl/"~dataSource~".json... | |||
April 26, 2015 General » Re: ReQL: pluses and minuses of pipeline-style queries | |||
|---|---|---|---|
| |||
...ret.returnType.objectActualType = getReflectModel!ARG; } } } return ret; }; models[fullyQualifiedName!T] = ret; models[ret.tableName()] = ret... | |||
April 24, 2015 General » Re: GC.malloc is pure - wat | |||
|---|---|---|---|
| |||
...fmulp st(1),st 2c: 48 83 c4 28 add rsp,0x28 30: c3 ret | |||
April 24, 2015 General » Re: Cleaned up C++ | |||
|---|---|---|---|
| |||
...rdi andq $-32, %rdi call bar leave ret which is neat. Now of course a... | |||
April 24, 2015 General » Re: [OT] compiler optimisations | |||
|---|---|---|---|
| |||
...edi, 4
setbe al
imul eax, edi
ret
gdc:
uint foo2(uint a)
{
return a... | |||
April 23, 2015 General » Re: [OT] compiler optimisations | |||
|---|---|---|---|
| |||
...mull %ecx
shrl $1, %edx
movl %edx, %eax
ret
..B1.3:
xorl %eax, %eax
ret | |||
Copyright © 1999-2021 by the D Language Foundation