March 07, 2014 General » Re: Major performance problem with std.array.front() | |||
|---|---|---|---|
| |||
...ebp 8: 5d pop ebp 9: c3 ret It is line four that bugs me... | |||
March 04, 2014 Learn » Re: runtime loading D shared library as a standalone (with it's own GC etc) | |||
|---|---|---|---|
| |||
...runtime; bool ret=Runtime.initialize();//will segfault below with or without that assert(ret);//ok... | |||
February 28, 2014 Learn » Re: Write variable from other function | |||
|---|---|---|---|
| |||
...return tuple(true, "text");
}
void main()
{
auto ret_val = foo();
assert(ret_val[1] == "text");
}
| |||
February 24, 2014 General » Re: DIP56 Provide pragma to control function inlining | |||
|---|---|---|---|
| |||
...cost of the function call. call and ret have virtually no impact on performance on... | |||
February 20, 2014 Learn » Re: Why function template 'among' is of complexity O(1) and not O(n)? | |||
|---|---|---|---|
| |||
...00 00 mov eax,0x4
5: c3 ret
6: 66 2e 0f 1f 84 00... | |||
February 20, 2014 Issues » [Issue 12209] New: Unable to take address of function nested function | |||
|---|---|---|---|
| |||
...auto ret = new S(&curry!(gun, foo));
return ret;
}
S gun(int foo) {
auto ret... | |||
February 18, 2014 Issues » [Issue 12190] New: runtime loaded shared library on osx: partially worked in 2.062, fails since 2.063 | |||
|---|---|---|---|
| |||
...runtime;
bool ret=Runtime.initialize(); //is it necessary?
printf("ret=%d\n",ret);
printf("ok2... | |||
February 15, 2014 LDC » Re: LDC 0.13.0 alpha released! Please help test! | |||
|---|---|---|---|
| |||
...decq %rdi jne .LBB7_1 .LBB7_2: ret ========================================================== void substract(T)(T[] c, in T... | |||
February 15, 2014 Issues » [Issue 12176] New: Possible std.algorithm.sum optimization for short fixed-size arrays | |||
|---|---|---|---|
| |||
...esi
popl %edi
popl %ebx
popl %ebp
ret
The idea proposed here is just an... | |||
February 08, 2014 General » Re: sin, cos, other languages and DMD/LDC difference | |||
|---|---|---|---|
| |||
...DATA[08h]
fcos
faddp ST(1),ST
ret 8
BTW, the differences in results is... | |||
Copyright © 1999-2021 by the D Language Foundation