May 23, 2013 Beta » Re: [dmd-beta] dmd 2.063 beta 5 | |||
|---|---|---|---|
| |||
...immutable(char)[] toString() /*const*/
{
immutable(char)[] ret;
return ret;
}
}
Expected behavior. HandleSet.DefaultSize is a... | |||
May 17, 2013 Issues » [Issue 10108] Thread local slice to array literal references the same data | |||
|---|---|---|---|
| |||
...ret;
foreach(i; 1 .. 10)
{
Foo cur;
foreach(j; 1 .. 5)
{
cur.arr ~= j;
}
ret... | |||
May 17, 2013 Issues » [Issue 10104] New: std.algorithm.group of a const array | |||
|---|---|---|---|
| |||
...algorithm.d(3358): Error: cannot modify struct ret._current Tuple!(const(int), uint) with immutable... | |||
May 15, 2013 DMD » [dmd-internals] [D-Programming-Language/dmd] 6957ed: enum PROT -> PROT | |||
|---|---|---|---|
| |||
...M src/toir.c
Log Message:
-----------
enum RET -> RET
Commit: 0d925f755f5ec43bbb3a60a9129938f5399c0fe9
https://github.com/D... | |||
May 04, 2013 Learn » Re: Avoid initializing a struct field. | |||
|---|---|---|---|
| |||
...pop EDI
pop ESI
add ESP, 0ACh
ret
// Without void:
Dmain:
sub ESP, 0ACh
mov... | |||
April 27, 2013 Issues » [Issue 9931] Mac OS X ABI not followed when returning structs for extern (C) | |||
|---|---|---|---|
| |||
...movq 0xf8(%rbp),%rax 0000000100000b95 leave 0000000100000b96 ret 0000000100000b97 nopl 0x00(%rax,%rax) -- Configure issuemail... | |||
April 27, 2013 Issues » [Issue 9931] Mac OS X ABI not followed when returning structs for extern (C) | |||
|---|---|---|---|
| |||
...0xd8(%rbp),%edx 0000000000000044 popq %rbp 0000000000000045 ret 0000000000000046 nopw %cs:_foo(%rax,%rax) _bar... | |||
April 25, 2013 Issues » [Issue 9991] New: Optimizer Doesn't Enregister Static Array Elements With Compile-Time Constant Index | |||
|---|---|---|---|
| |||
...pop RBX
mov RSP,RBP
pop RBP
ret
nop
_D5test34sum2FxAiZi:
push RBP
mov RBP,RSP... | |||
April 20, 2013 Issues » [Issue 9969] New: dmd ABI mistake (cfloat static array initialisation) | |||
|---|---|---|---|
| |||
...eax,eax 2b: c9 leave 2c: c3 ret 2d: 0f 1f 00 nop DWORD PTR... | |||
April 19, 2013 Issues » [Issue 9965] New: Wrong Assembly For DIL, SIL Registers | |||
|---|---|---|---|
| |||
...EAX,EAX
mov RSP,RBP
pop RBP
ret
The opcode for BH is being generated... | |||
Copyright © 1999-2021 by the D Language Foundation