July 16, 2014 General » Re: DIP62: Volatile type qualifier for unoptimizable variables in embedded programming | |||
|---|---|---|---|
| |||
...volatile. For example |= is used on control registers. But I don't care if I... | |||
July 16, 2014 Announce » Re: DConf 2014 Day 2 Talk 7: Tiny, Ubiquitous Machines Powered by D by Michael D. Franklin | |||
|---|---|---|---|
| |||
...really came through for me here. My registers are modeled like this (enabled by my... | |||
July 15, 2014 General » Re: DIP62: Volatile type qualifier for unoptimizable variables in embedded programming | |||
|---|---|---|---|
| |||
...BTLE control registers Finally, the compiler could have eliminated access to other registers that had... | |||
July 15, 2014 General » Re: DIP62: Volatile type qualifier for unoptimizable variables in embedded programming | |||
|---|---|---|---|
| |||
...t that many memory-mapped I/O registers. They just aren't worth bending the... | |||
July 15, 2014 General » Re: DIP62: Volatile type qualifier for unoptimizable variables in embedded programming | |||
|---|---|---|---|
| |||
...Memory used in interrupt handlers with redirection - registers with the same layout/type could be... | |||
July 11, 2014 Issues » [Issue 13093] New: D ABI change for guaranteed efficient return of fixed size array | |||
|---|---|---|---|
| |||
...specify it's returned by value in registers. In my @nogc code I'd like... | |||
July 09, 2014 Learn » Re: Opinions: The Best and Worst of D (for a lecture/talk I intend to give) | |||
|---|---|---|---|
| |||
...being run in parallel in the xmm* registers! While this is certainly an impressive feat... | |||
July 09, 2014 Learn » Re: Opinions: The Best and Worst of D (for a lecture/talk I intend to give) | |||
|---|---|---|---|
| |||
...to be compared are already in CPU registers. The naïve implementation of opCmp is just... | |||
July 03, 2014 General » Re: std.math performance (SSE vs. real) | |||
|---|---|---|---|
| |||
...because the cost of moving data from core registers to neon is high). Regards Iain | |||
July 01, 2014 General » Re: std.math performance (SSE vs. real) | |||
|---|---|---|---|
| |||
...is that there are no 128 bit registers. The temporaries exist only while the FMA... | |||
Copyright © 1999-2021 by the D Language Foundation