April 13, 2012 Issues » [Issue 6758] std.c.stdarg problems with 8 or more integer arguments on x86_64 | |||
|---|---|---|---|
| |||
...get passed in registers, so the alignment is ignored. There are 6 registers available for... | |||
April 10, 2012 General » Re: Small Buffer Optimization for string and friends | |||
|---|---|---|---|
| |||
...can't keep the small strings in registers etc). Doing the small buffer optimization for... | |||
April 08, 2012 Learn » Re: asm stackframe question | |||
|---|---|---|---|
| |||
...register juggling (such as saving any used registers on the stack first or choosing a... | |||
April 08, 2012 General » x32-abi + D = fat pointers? | |||
|---|---|---|---|
| |||
...abi to the rescue, access to 64bit registers just as normal... but using efficient 32bit... | |||
March 29, 2012 Learn » Re: GC collecting "too much".. | |||
|---|---|---|---|
| |||
...clone.S:130 Backtrace stopped: Not enough registers or memory available to unwind further (gdb... | |||
March 19, 2012 General » Re: virtual-by-default rant | |||
|---|---|---|---|
| |||
GDC not passing pseudo-refs in registers is cleanly a non-issue, in a sense... | |||
March 18, 2012 General » Re: virtual-by-default rant | |||
|---|---|---|---|
| |||
...not passing/returning the pseudo-refs in registers)
2) no inheritance. ie 'struct A{}; struct... | |||
March 16, 2012 General » Re: Multiple return values... | |||
|---|---|---|---|
| |||
...equal to than 8 bytes iirc) in registers as an optimisation trick if the function... | |||
March 16, 2012 General » Re: Multiple return values... | |||
|---|---|---|---|
| |||
...including delegates, complex types and vectors) in registers if at all possible even if the... | |||
March 15, 2012 General » Re: std.simd | |||
|---|---|---|---|
| |||
...vectors don't pass/return in hardware registers as they should. I'm crafting it... | |||
Copyright © 1999-2021 by the D Language Foundation