41b Subj : full-blown experiential smr-based reference counted pointer impl... To : comp.programming.threads From : Chris Thomasson Date : Wed Mar 30 2005 07:11 pm I have implemented an experimental reference counted pointer C api based on SMR. I also included two extremely quick and dirty atomic C++ smart pointer classes that are based on the reference count api. Its basically just a proof of concept. There is a MSVC++ 6.0 workspace and two Dev-C++ projects included, so you can build AppCore on Windows right away. The projects build the appcore.dll in the c:/winnt/system32 directory, so you may need to change this to fit your needs: http://appcore.home.comcast.net/appcore_3_30_2005.zip 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! ;) -- http://appcore.home.comcast.net/ (portable lock-free data-structures) . 0