October 16, 2012 General » Re: More D & Rust | |||
|---|---|---|---|
| |||
...based code to the infinite-number-of-registers-based IR of LLVM, and I think... | |||
October 15, 2012 Learn » Re: how to create a local copy of shared pointer? | |||
|---|---|---|---|
| |||
...it can do all the work in registers without always updating the memory because it... | |||
October 15, 2012 General » Re: core.simd woes | |||
|---|---|---|---|
| |||
...Not necessarily. If you affect various flags registers or whatever, or direct memory access might... | |||
October 15, 2012 General » Re: core.simd woes | |||
|---|---|---|---|
| |||
...blocks. You are supposed to specify which registers are changed in the block. Doesn't... | |||
October 15, 2012 General » Re: core.simd woes | |||
|---|---|---|---|
| |||
...scalar type because you can use vector registers of different sizes simultaneously (with AVX, for... | |||
October 15, 2012 General » Re: core.simd woes | |||
|---|---|---|---|
| |||
...do the right thing by the flags registers. Most of the LDC blocks assume that... | |||
October 14, 2012 Druntime » [D-runtime] [D-Programming-Language/druntime] 672fe8: Add support for CONTEXT_EXTENDED_REGISTERS | |||
|---|---|---|---|
| |||
...defined `CONTEXT_EXTENDED_REGISTERS` attribute * add `MAXIMUM_SUPPORTED_EXTENSION`, `CONTEXT_EXTENDED_REGISTERS`, and `CONTEXT_ALL... | |||
October 09, 2012 DMD » [dmd-internals] [D-Programming-Language/dmd] ca3f2e: 0 size parameters still go in registers | |||
|---|---|---|---|
| |||
...paths:
M src/backend/cod1.c
Log Message:
-----------
0 size parameters still go in registers
| |||
October 09, 2012 DMD » [dmd-internals] [D-Programming-Language/dmd] bfa31a: 0 size parameters still go in registers | |||
|---|---|---|---|
| |||
...paths:
M src/backend/cod1.c
Log Message:
-----------
0 size parameters still go in registers
| |||
October 04, 2012 General » Re: Will the D GC be awesome? | |||
|---|---|---|---|
| |||
Presumably speed; returning small structs in registers will be faster than doing so on the... | |||
Copyright © 1999-2021 by the D Language Foundation