
10 May
2014
10 May
'14
2:47 p.m.
On Fri, May 9, 2014 at 7:49 PM, Carter Schonwald
Any chance you could try to use storable or unboxed vectors?
Yeah, I'd thought about a variant for Storables, but it didn't seem like it would be a win on paper (probably requiring a CAS on one unboxed array, a loadLoadBarrier, and a second write to a different unboxed array), but it would probably be worth playing with in light of this issue. Thanks for the suggestion! Brandon