February 05, 2014 General » Re: Smart pointers instead of GC? | |||
|---|---|---|---|
| |||
...using some special MTRR (memory type range registers). If the memory type is write-back... | |||
January 29, 2014 Learn » Static Factory | |||
|---|---|---|---|
| |||
...fullyQualifiedName!A;
@property string _getID() { return _ID; }
// Registers this class with the _Creators of T... | |||
January 29, 2014 Issues » [Issue 12033] New: align() for array arguments of functions | |||
|---|---|---|---|
| |||
...need to work with the CPU SIMD registers. It's equivalent to code like: void... | |||
January 25, 2014 Learn » Re: shared methods | |||
|---|---|---|---|
| |||
...atomicLoad every time, this disallows caching in registers or on stack, which is also performance... | |||
January 23, 2014 Learn » Re: TLF = thread local functions | |||
|---|---|---|---|
| |||
...more than just switching out the CPU registers, including the stack pointer, for a different... | |||
January 22, 2014 Announce » Re: dmd 2.065 beta 1 #2 | |||
|---|---|---|---|
| |||
...tag, index; } And it's used in an associative array: uint[TagIndex] registers; -- /Jacob Carlborg | |||
January 14, 2014 General » Re: Componentizing D's garbage collector | |||
|---|---|---|---|
| |||
...bottom of stack, scan through. 2. Pop registers from each thread, check values. 3. Determine... | |||
January 13, 2014 General » Re: Componentizing D's garbage collector | |||
|---|---|---|---|
| |||
...potential pointer to it (in the stack space of C function or registers). -- Dmitry Olshansky | |||
January 12, 2014 General » Re: Componentizing D's garbage collector | |||
|---|---|---|---|
| |||
...and conservative (such as potential pointers in registers/stack). Then any block pointed to by... | |||
January 11, 2014 General » Re: Componentizing D's garbage collector | |||
|---|---|---|---|
| |||
...words that will be handled conservatively (stack, registers, certain union members). If there's anything... | |||
Copyright © 1999-2021 by the D Language Foundation