October 30, 2013 General » Re: Question/request/bug(?) re. floating-point in dmd | |||
|---|---|---|---|
| |||
...to be able to keep values in registers sometimes. So C didn't get this... | |||
October 28, 2013 General » Re: Heads up, g++ in Xcode 5 points to Clang | |||
|---|---|---|---|
| |||
...over eg: *which* parameters are passed in registers, the only possible talking with the backend... | |||
October 27, 2013 General » Re: Nested for loop issue | |||
|---|---|---|---|
| |||
...the loop variables fit better into CPU registers as int/uint or size_t. So... | |||
October 25, 2013 General » Re: ARM bare-metal programming in D (cont) - volatile | |||
|---|---|---|---|
| |||
...up the program stack, setting the segment registers, etc. No language provides support for them... | |||
October 25, 2013 General » Re: ARM bare-metal programming in D (cont) - volatile | |||
|---|---|---|---|
| |||
...have a proper way to access hardware registers. So far, even the top people have... | |||
October 24, 2013 General » Re: ARM bare-metal programming in D (cont) - volatile | |||
|---|---|---|---|
| |||
...yet) had any problems when writing io registers but more with read access. Any operation... | |||
October 24, 2013 General » Re: ARM bare-metal programming in D (cont) - volatile | |||
|---|---|---|---|
| |||
...to not keep memory values cached in registers across the assembler instruction and not optimize... | |||
October 24, 2013 General » Re: ARM bare-metal programming in D (cont) - volatile | |||
|---|---|---|---|
| |||
...a way to read/write my IO registers as fast as possible with D. I... | |||
October 24, 2013 General » Re: ARM bare-metal programming in D (cont) - volatile | |||
|---|---|---|---|
| |||
...But todays peripherals may have tens of registers and they are usually represented as a... | |||
October 20, 2013 General » Re: More on C++ stack arrays | |||
|---|---|---|---|
| |||
...and free, although probably not done in registers and perhaps not as likely to be... | |||
Copyright © 1999-2021 by the D Language Foundation