Search

March 07, 2014
General »
...ebp
   8:   5d                      pop    ebp
   9:   c3                      ret


It is line four that bugs me...
March 04, 2014
Learn »
...runtime;
  bool ret=Runtime.initialize();//will segfault below with or without that
  assert(ret);//ok...
February 28, 2014
Learn »
...return tuple(true, "text");
}

void main()
{
    auto ret_val = foo();
    assert(ret_val[1] == "text");
}
February 24, 2014
General »
...cost of the function call. call and ret have
virtually no impact on performance on...
February 20, 2014
Learn »
...00 00          mov    eax,0x4
    5:   c3                      ret
    6:   66 2e 0f 1f 84 00...
February 20, 2014
Issues »
...auto ret = new S(&curry!(gun, foo));
        return ret;
    }

    S gun(int foo) {
        auto ret...
February 18, 2014
Issues »
...runtime;
  bool ret=Runtime.initialize(); //is it necessary?
  printf("ret=%d\n",ret);
  printf("ok2...
February 15, 2014
LDC »
...decq	%rdi
	jne	.LBB7_1
.LBB7_2:
	ret
==========================================================
void substract(T)(T[] c, in T...
February 15, 2014
Issues »
...esi
    popl    %edi
    popl    %ebx
    popl    %ebp
    ret


The idea proposed here is just an...
February 08, 2014
General »
...DATA[08h]
        fcos
        faddp   ST(1),ST
        ret 8

BTW, the differences in results is...
71 72 73 74 75 76 77 78 79 80 81 82
Next ›   Last »