March 30, 2013 Issues » [Issue 9834] template+class+FunctionLiteral=AccessViolation | |||
|---|---|---|---|
| |||
...pop ebx
00402128: c9 leave
00402129: c3 ret
c:\d\test.d:14 this() {
004020ec... | |||
March 26, 2013 General » Re: Forbid dynamic arrays in boolean evaluation contexts | |||
|---|---|---|---|
| |||
...ECX
xor EAX,EAX
ret
_D4temp3barFZAi:
xor EAX,EAX
xor EDX,EDX
ret
Bye,
bearophile | |||
March 26, 2013 Issues » [Issue 9045] Feature request for std.asscii => function isNewline | |||
|---|---|---|---|
| |||
...lineSep:
ret = str[0..1];
str = str[1..$];
break;
default:
ret = null;
break;
}
return ret... | |||
March 25, 2013 Issues » [Issue 9813] New: Signalling NaN initialization does not always work correctly on x86 | |||
|---|---|---|---|
| |||
...06Dh]
fstp float ptr -4[EBP]
leave
ret
The problem is, that the code first... | |||
March 24, 2013 General » Re: this is almost a workaround for the lack of named parameters | |||
|---|---|---|---|
| |||
...whether we should support this syntax: auto ret=named!fun.z(3)(4); //this would... | |||
March 19, 2013 Issues » [Issue 9760] New: PIC code uses variable and thus needs a stack frame | |||
|---|---|---|---|
| |||
...foo() {}
void bug()
{
asm { naked; }
foo();
asm { ret; }
}
CODE
--------------------
dmd -c -m32 -fPIC bug.d... | |||
March 15, 2013 Issues » [Issue 9722] optimizer kills GOT to EBX load | |||
|---|---|---|---|
| |||
...0017 _ 8B. E5
pop ebp ; 0019 _ 5D
ret ; 001A _ C3
_D3bug3fooFZv ENDP
--- Comment #3 from... | |||
March 15, 2013 Issues » [Issue 9722] optimizer kills GOT to EBX load | |||
|---|---|---|---|
| |||
...0017 _ 8B. E5
pop ebp ; 0019 _ 5D
ret ; 001A _ C3
_D3bug3fooFZv ENDP
--
Configure issuemail: http... | |||
March 14, 2013 Issues » [Issue 9722] New: optimizer kills GOT to EBX load | |||
|---|---|---|---|
| |||
...pop ebx ; 001D _ 5B
leave ; 001E _ C9
ret ; 001F _ C3
_D3bug3fooFZv ENDP
--------------------
dmd -c -fPIC... | |||
March 14, 2013 Learn » Re: Overhead when using a C library | |||
|---|---|---|---|
| |||
...mov %esp,%ebp 8049828: 5d pop %ebp 8049829: c3 ret artur [1] and versions, unfortunately. | |||
Copyright © 1999-2021 by the D Language Foundation