I am trying to adapt C library to work with transactional memory. One main 
problem is that the dynamic linker uses locks when linking to a function in 
order to be thread safe. Locks don't work with transactional memory well. With 
an archive version I wouldn't need the dynamic linker.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to