Search

June 14, 2013
Issues »
...eax
    popl    %esi
    popl    %edi
    popl    %ebx
    ret    $8


__D4test4sum2FxAiZi:
    pushl    %ebx
    pushl    %edi
    pushl...
June 13, 2013
Learn »
...init, mem));
        static if (prot == "public")
        {
          ret ~= mem;
        }
      }
    }
    return ret;
  }
}


class Foo : MyClassBase!Foo
{
  public...
June 13, 2013
General »
...ReturnType!executeShell ret){
    import std.exception;
    enforce(!ret.status,ret.output);
    return ret.output;
}
*Returns...
June 12, 2013
Genel »
...call taddr; ret;}
		top = top.n;
		goto sUP;
	l_rsr:
		asm{ call taddr; ret;}
		a0...
June 11, 2013
Issues »
...EAX,[EAX]
        add    EAX,8[EBP]
        leave
        ret    4
        nop


(ERROR) Disregards it is dealing...
June 11, 2013
Genel »
...taddr; ret;}
				*(top.a1) = *(top.a2);
				ca++;
				goto sUP;
	l_mov2re:
				asm{ call taddr; ret...
June 08, 2013
General »
...jle    LOOP_START;
        EXIT_LOOP:
            pop    RBP;
            ret;
        }
    }

    void main() {
        auto start = Clock.currTime();
        int...
June 08, 2013
General »
...END
  4681fa:   5d                 pop    rbp
  4681fb:   c3                 ret


C Version DISASM:
----------------
0000000000400860 <fibw>:
  400860:   83...
June 08, 2013
General »
...sanity...
struct PointerToMemberFunction(Class, Ret, T...) if(is(Class : Object)) {
	private Ret delegate(T) dg...
June 07, 2013
Issues »
...esi
    popl    %edi
    popl    %ebx
    popl    %ebp
    ret $20


Maybe it's also a matter...
85 86 87 88 89 90 91 92 93 94 95 96
Next ›   Last »