Subj : Re: full-blown experiential smr-based reference counted pointer impl... To : comp.programming.threads From : Chris Thomasson Date : Fri Apr 01 2005 01:29 am > I am currently working on Linux build instructions. You basically need to > assemble the ac_i686_gcc.asm files and link against the resulting object > file. > > > Any questions and/or comments on smr-based reference counted pointers? > > Enjoy! ;) I noticed that I was not aligning the per-thread hazard pointer data-structures on separate cache-lines!!! This is not a bug, it is just a fairly major performance issue... You should probably re-download: http://appcore.home.comcast.net/appcore_4_1_2005.zip Aligning the per-thread SMR data-structures on separate cache-lines shaves off an average of 2 - 3 seconds of runtime from nearly all of my tests! Sorry! :O .