March 31, 2014 General » Re: What would be the consequence of implementing interfaces as fat pointers ? | |||
|---|---|---|---|
| |||
...and compensating for the hidden member. 2 registers are used anyway; it will just populate... | |||
March 30, 2014 General » Re: What would be the consequence of implementing interfaces as fat pointers ? | |||
|---|---|---|---|
| |||
...the other hand, it takes up 2 registers rather than one, costing twice as much... | |||
March 25, 2014 General » Re: protocol for using InputRanges | |||
|---|---|---|---|
| |||
...clear that: 1. size matters - the fewer registers an object fits in, the faster it... | |||
March 20, 2014 Learn » Re: bool Associative Array Synchronized | |||
|---|---|---|---|
| |||
...CPU's initially reads 00000000b into their registers, then the first CPU sets the first... | |||
March 12, 2014 General » Re: Processes and Channels, cf. goroutines. | |||
|---|---|---|---|
| |||
...lets say a socket receive operation, it registers its handle for the corresponding event and... | |||
March 10, 2014 Issues » [Issue 2278] Guarantee alignment of stack-allocated variables on x86 | |||
|---|---|---|---|
| |||
...CPU has 256 or 512 bit AVX registers. However, it's possible to use the... | |||
March 07, 2014 Learn » Re: Best way to reference an array in a child class... | |||
|---|---|---|---|
| |||
...this case are an static array of registers. Single threaded (for now). Mainly, this a... | |||
March 07, 2014 General » Re: Major performance problem with std.array.front() | |||
|---|---|---|---|
| |||
...be treated like a POD (passed in registers, etc). T -- Ruby is essentially Perl minus... | |||
March 07, 2014 General » Re: Major performance problem with std.array.front() | |||
|---|---|---|---|
| |||
...keeping all the relevant stuff right in registers with no need to reference can really... | |||
February 28, 2014 General » Re: Dart and D: features that could be used in D, D->dart for web programming | |||
|---|---|---|---|
| |||
...the ones small enough to fit in registers, like SmallInteger are converted to primitive types... | |||
Copyright © 1999-2021 by the D Language Foundation