Tagged Questions
2
votes
4answers
346 views
Are we asking too much of transactional memory?
I've been reading up a lot about transactional memory lately. There is a bit of hype around TM, so a lot of people are enthusiastic about it, and it does provide solutions for painful problems with ...
2
votes
4answers
832 views
Has anyone tried transactional memory for C++?
I was checking out Intel's "whatif" site and their Transactional Memory compiler (each thread has to make atomic commits or rollback the system's memory, like a Database would).
It seems like a ...