On 02/13/2012 01:47 PM, Torvald Riegel wrote:
> +      else {

Watch the formatting.

> +  // Location-to-orec mapping.  Stripes of 16B mapped to 2^19 orecs.
> +  static const gtm_word L2O_ORECS = 1 << 19;
> +  static const gtm_word L2O_SHIFT = 4;

Is it just easier to say "16B" or did we really want CACHELINE_SIZE?

Otherwise ok.


r~

Reply via email to