Search

February 05, 2014
General »
...using some special MTRR (memory type range registers). If the memory type is write-back...
January 29, 2014
Learn »
...fullyQualifiedName!A;
	@property string _getID() { return _ID; }
	
	// Registers this class with the _Creators of T...
January 29, 2014
Issues »
...need to work with the CPU SIMD registers.

It's equivalent to code like:

void...
January 25, 2014
Learn »
...atomicLoad every time, this disallows caching in registers or on stack, which is also performance...
January 23, 2014
Learn »
...more than just switching out the CPU registers, including the stack pointer, for a different...
January 22, 2014
Announce »
...tag, index;
}

And it's used in an associative array:

uint[TagIndex] registers;

-- 
/Jacob Carlborg
January 14, 2014
General »
...bottom of stack, scan through.
2. Pop registers from each thread, check values.
3. Determine...
January 13, 2014
General »
...potential pointer to it (in the stack space of C function or registers).

-- 
Dmitry Olshansky
January 12, 2014
General »
...and conservative (such as potential pointers in registers/stack). Then any block pointed to by...
January 11, 2014
General »
...words that will be handled conservatively (stack, registers, certain union members).

If there's anything...
74 75 76 77 78 79 80 81 82 83 84 85
Next ›   Last »