Search

October 16, 2012
General »
...based code to the infinite-number-of-registers-based IR of LLVM, and I think...
October 15, 2012
Learn »
...it can do all the work in registers without always updating the memory because it...
October 15, 2012
General »
...Not necessarily. If you affect various flags registers or whatever, or
direct memory access might...
October 15, 2012
General »
...blocks. You are supposed to specify which registers are changed in the block. Doesn't...
October 15, 2012
General »
...scalar type because you can use vector registers of different sizes simultaneously (with AVX, for...
October 15, 2012
General »
...do the right thing by the flags registers. Most of the LDC blocks assume that...
October 14, 2012
Druntime »
...defined `CONTEXT_EXTENDED_REGISTERS` attribute
* add `MAXIMUM_SUPPORTED_EXTENSION`, `CONTEXT_EXTENDED_REGISTERS`, and `CONTEXT_ALL...
October 09, 2012
DMD »
...paths:
    M src/backend/cod1.c

  Log Message:
  -----------
  0 size parameters still go in registers




October 09, 2012
DMD »
...paths:
    M src/backend/cod1.c

  Log Message:
  -----------
  0 size parameters still go in registers




October 04, 2012
General »
Presumably speed; returning small structs in registers will be faster than doing so on the...
96 97 98 99 100 101 102 103 104 105 106 107
Next ›   Last »