Search

August 03, 2015
General »
...5d                      pop    ebp
 8098765:       c2 04 00                ret    0x4



There's no call in there...
August 03, 2015
General »
...1000.0;
	writefln("time=%5.3f, ret=%d", time, ret);
}

test program for Java:
class...
August 01, 2015
Learn »
...move
        auto ret = cast(S!false)this;
        this.state = this.state.init;
        return ret;
    }
}

auto...
August 01, 2015
Issues »
...j)
    in
    {
        assert(j > 5);
    }
    out(ret)
    {
        assert(ret == _i + j);
    }
    body
    {
        return _i + j...
July 28, 2015
Issues »
...comp; COMPOSITES)
            if (runUnitTestsImpl!comp)
                ret;
    }

    bool runUnitTestsImpl(COMPOSITE...)() {
        bool ret;
        foreach (M; __traits(allMembers...
July 19, 2015
General »
...size_t[8] ret = void;
  ret[0..3] = x[5..8];
  ret[3..8] = x...
July 18, 2015
Learn »
...also signedness) but w/e
        int[256] ret; // implicitly initialised to int.init (i.e...
July 18, 2015
Learn »
...ret
00402081h  neg eax
00402083h  mov dword ptr [ebp-08h], eax
00402086h  leave
00402087h  ret...
July 16, 2015
LDC »
...store i64 %5, i64* %4, align 4

  ret void
}

which gets translated to the following...
July 08, 2015
Issues »
...attr[256];
  SQLSMALLINT driver_ret;
  SQLSMALLINT attr_ret;
  SQLUSMALLINT direction;
  SQLRETURN ret;

  SQLAllocHandle(SQL_HANDLE...
56 57 58 59 60 61 62 63 64 65 66 67
Next ›   Last »