December 22, 2015 Announce » Re: Three Cool Things about D | |||
|---|---|---|---|
| |||
...edx, 1
ja LBB0_6
LBB0_7:
ret
---
Not sure about how it arrives at... | |||
December 18, 2015 Learn » Problems with string literals and etc.c.odbc.sql functions | |||
|---|---|---|---|
| |||
...started, I noticed a quirk:
SQLRETURN ret;
SQLHDBC dbc;
ret = SQLDriverConnect(dbc, null, "DNS=*mydns... | |||
December 11, 2015 Issues » [Issue 15432] New: Win64: bad code offset in debug line number info | |||
|---|---|---|---|
| |||
...rbp]
000000000000003E: 5D pop rbp
000000000000003F: C3 ret
and these line number infos ("c:\Program... | |||
November 23, 2015 General » Dwarf Exception Handling question | |||
|---|---|---|---|
| |||
...call mno
jmp short L12
L86: leave
ret
The calls to _d_dynamic cast appear... | |||
November 17, 2015 Issues » [Issue 15352] New: template arguments matching error with delegates | |||
|---|---|---|---|
| |||
...ret;
return ret;
}
auto make2(T, T delegate(uint idx) supplier)()
{
S!(T, supplier) ret... | |||
November 14, 2015 Issues » [Issue 15333] New: Assertion failed: (!fd->vthis->csym), function FuncDeclaration_toObjFile, file glue.c, line 1034. | |||
|---|---|---|---|
| |||
...asAlias) {
alias Ret = typeof(handler);
import d.semantic.statement;
Ret resolveInExpression(Location , Expression) {
}
Ret visit... | |||
November 10, 2015 LDC » LLVM IR testsuite | |||
|---|---|---|---|
| |||
...CHECK: ret i32 42 } It will check if stdin contains the strings "main" and "ret... | |||
October 29, 2015 Issues » [Issue 15255] New: Generated better code for saturation arithmetic | |||
|---|---|---|---|
| |||
...eax,[rdx+rcx] 0000000000000022: pop rbp 0000000000000023: ret pure nothrow @nogc @safe uint std.experimental... | |||
October 18, 2015 Learn » Re: [sdc] linker problems when building programs with sdc | |||
|---|---|---|---|
| |||
...body
body: ; preds = %0
call void @_D7nohello4mainFMZv()
ret i32 0
}
define void @_D7nohello4mainFMZv() {
body: ; No... | |||
October 09, 2015 LDC » Switch -g disables optimizations. | |||
|---|---|---|---|
| |||
...compiles with -O to: xor eax,eax ret and with -O -g to: push rbp... | |||
Copyright © 1999-2021 by the D Language Foundation