Check out my first novel, midnight's simulacra!

Transactional memory: Difference between revisions

From dankwiki
No edit summary
mNo edit summary
Line 6: Line 6:
==See Also==
==See Also==
* [http://software.intel.com/en-us/articles/intel-c-stm-compiler-prototype-edition/ Intel Transactional Memory] ABI document
* [http://software.intel.com/en-us/articles/intel-c-stm-compiler-prototype-edition/ Intel Transactional Memory] ABI document
[[CATEGORY: x86]]
[[CATEGORY: Hardware]]

Revision as of 20:09, 17 December 2011

I'm pretty convinced transactional memory is a bunch of crap, frankly.

Update: I'm no longer convinced... Dank 21:53, 13 October 2009 (UTC)

GCC

GCC supports x86 transactional memory as of November 2011 via the -fgnu-tm command line option.

See Also