August 03, 2015 General » Re: Why Java (server VM) is faster than D? | |||
|---|---|---|---|
| |||
...5d pop ebp 8098765: c2 04 00 ret 0x4 There's no call in there... | |||
August 03, 2015 General » Why Java (server VM) is faster than D? | |||
|---|---|---|---|
| |||
...1000.0;
writefln("time=%5.3f, ret=%d", time, ret);
}
test program for Java:
class... | |||
August 01, 2015 Learn » Re: Struct that destroys its original handle on copy-by-value | |||
|---|---|---|---|
| |||
...move
auto ret = cast(S!false)this;
this.state = this.state.init;
return ret;
}
}
auto... | |||
August 01, 2015 Issues » [Issue 14857] New: -cov should ignore invariants when compiling with -release (or maybe even always) | |||
|---|---|---|---|
| |||
...j)
in
{
assert(j > 5);
}
out(ret)
{
assert(ret == _i + j);
}
body
{
return _i + j... | |||
July 28, 2015 Issues » [Issue 14844] New: dmd-2.068.0-b2 attrib.c:1233: virtual Dsymbols* StaticIfDeclaration::include(Scope*, ScopeDsymbol*): Assertion `scopesym' failed | |||
|---|---|---|---|
| |||
...comp; COMPOSITES)
if (runUnitTestsImpl!comp)
ret;
}
bool runUnitTestsImpl(COMPOSITE...)() {
bool ret;
foreach (M; __traits(allMembers... | |||
July 19, 2015 General » DMD: slow coping for small static arrays. | |||
|---|---|---|---|
| |||
...size_t[8] ret = void; ret[0..3] = x[5..8]; ret[3..8] = x... | |||
July 18, 2015 Learn » Re: String Metaprogramming | |||
|---|---|---|---|
| |||
...also signedness) but w/e
int[256] ret; // implicitly initialised to int.init (i.e... | |||
July 18, 2015 Learn » Re: Virtual value types during compile-time for static type safety, static optimizations and function overloading. | |||
|---|---|---|---|
| |||
...ret 00402081h neg eax 00402083h mov dword ptr [ebp-08h], eax 00402086h leave 00402087h ret... | |||
July 16, 2015 LDC » Android/ARM codegen | |||
|---|---|---|---|
| |||
...store i64 %5, i64* %4, align 4 ret void } which gets translated to the following... | |||
July 08, 2015 Issues » [Issue 14787] New: DMD shipps outdated 32-bit ODBC import library | |||
|---|---|---|---|
| |||
...attr[256]; SQLSMALLINT driver_ret; SQLSMALLINT attr_ret; SQLUSMALLINT direction; SQLRETURN ret; SQLAllocHandle(SQL_HANDLE... | |||
Copyright © 1999-2021 by the D Language Foundation