Update on STM
morepypy.blogspot.com
Update on STM
1–7 of 7 posts
Re: Update on STM
#2Is there any plans to work hardware transactional memory into the mix?
Re: Update on STM
#3Is there any plans to work hardware transactional memory into the mix?
Current HTM implementations limit the size of a transaction to the L1 cache, so for the time being, no.
Re: Update on STM
#4Re: Update on STM
#5Re: Update on STM
#6[deleted]
Re: Update on STM
#7Obligatory anti STM hype links:
http://queue.acm.org/detail.cfm?id=1454466 http://webcache.googleusercontent.com/search?q=cache:HhZcU_j...
Pretty much all the generalized (not functional) memory TM schemes with adequate performance rely on hardware acceleration. If your design doesn't support that your design is wrong.