March 18, 2015 General » Re: A few notes on choosing between Go and D for a quick project | |||
|---|---|---|---|
| |||
...func; } // Call the compiled Lua function auto ret = _S[url.pathString[1..$]].call!(LuaTable)(); string... | |||
March 17, 2015 Issues » [Issue 14299] New: [REG2.067.0-rc1] "ref" parameter in CTFE handled incorrectly for recursive calls | |||
|---|---|---|---|
| |||
...string ret;
name = [cast(char)(idx + '0')];
ret ~= name;
if (idx < 2) {
string subname;
ret... | |||
March 14, 2015 LDC » Re: How to prevent optimizer from reordering stuff? | |||
|---|---|---|---|
| |||
...0), double %2, i32 %3, i32 %4) ret void } The only guess I have right... | |||
March 05, 2015 Learn » Re: how to write a string to a c pointer? | |||
|---|---|---|---|
| |||
...public ubyte[] asArray() { ubyte[] ret = (cast(ubyte*)ptr)[0..cap]; return ret; }
public void* getPtr... | |||
March 05, 2015 Learn » how to write a string to a c pointer? | |||
|---|---|---|---|
| |||
...public ubyte[] asArray()
{
ubyte[] ret = (cast(ubyte*)ptr)[0..cap];
return ret;
}
public void* getPtr... | |||
March 02, 2015 Learn » SQLite3 and threads | |||
|---|---|---|---|
| |||
...void querySQLite(string dbName)
{
sqlite3* db;
auto ret = sqlite3_open(toStringz(dbName), &db);
string query... | |||
February 26, 2015 DMD » [dmd-internals] [D-Programming-Language/dmd] 056561: Expression::checkValue() renamed from rvalue() ret... | |||
|---|---|---|---|
| |||
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 056561d7a94f56491c62ec967ee4e4d965c26e95
https... | |||
February 23, 2015 LDC » Re: LLVM and TLS | |||
|---|---|---|---|
| |||
...16(%rdi),%rax // add offset from descriptor
ret
LlazyAllocate:
...
http://www.opensource.apple.com/source... | |||
February 20, 2015 Issues » [Issue 14211] New: Compiler should devirtualize calls to members of final class | |||
|---|---|---|---|
| |||
...20h 000000000000002A: 5D pop rbp 000000000000002B: C3 ret I.e. the call to lock is... | |||
February 13, 2015 Learn » Re: Why hibernated does not create tables automatically? | |||
|---|---|---|---|
| |||
...select * from Card"; Card[] ret = MysqlOrmUtil.exeQueryToObjArr!Card(sql,conn); return ret; } public void createCards... | |||
Copyright © 1999-2021 by the D Language Foundation