February 15, 2009 Announce » Re: QtD 0.1 is out! | |||
|---|---|---|---|
| |||
...optlink crashed with a messagebox containing X86 registers content. This seems to be a blocker... | |||
February 08, 2009 General » Re: Old problem with performance | |||
|---|---|---|---|
| |||
...unused; // to prevent returning this object in registers
final void opAddAssign( C src ) {
this.i... | |||
February 08, 2009 General » Re: Old problem with performance | |||
|---|---|---|---|
| |||
...unused; // to prevent returning this object in registers
C opAdd(C src) {
auto ret = new... | |||
February 08, 2009 General » Old problem with performance | |||
|---|---|---|---|
| |||
...unused; // to prevent returning this object in registers
C opAdd( C src ) {
C ret;
ret... | |||
February 07, 2009 General » Re: Inline assembler in D and LDC, round 2 | |||
|---|---|---|---|
| |||
...caller if the constraints string specifies which registers will contain them. So if LDC just... | |||
February 06, 2009 General » Re: Inline assembler in D and LDC, round 2 | |||
|---|---|---|---|
| |||
LLVM IR doesn't know about hardware registers, except when dealing with inline asm. So... | |||
February 06, 2009 General » Re: Inline assembler in D and LDC, round 2 | |||
|---|---|---|---|
| |||
...LLVM doesn't allow specification of hardware registers in the IR. Everything must be a... | |||
February 05, 2009 General » Re: Inline assembler in D and LDC, round 2 | |||
|---|---|---|---|
| |||
...return value. It just assumes that the registers specified by the ABI for the function... | |||
February 05, 2009 General » Re: Inline assembler in D and LDC, round 2 | |||
|---|---|---|---|
| |||
...codegen then uses those constraints to allocate registers, substitutes them in the asm string and... | |||
February 04, 2009 General » Inline assembler in D and LDC, round 2 | |||
|---|---|---|---|
| |||
...inline asm and somehow capture the right registers etc. This is not something I want... | |||
Copyright © 1999-2021 by the D Language Foundation