STM

Link/UrlTags
Intel® C++ STM Compiler, Prototype Edition 3.0 [Knowledgebase]
What If Home | Product Overview | Intel® TM ABI specification | Technical Requirements New! - Draft Spec of Transactional Language Constructs for C++ | FAQ | Primary Technology Contacts | Dis ...

Posted: 2009-08-06 12:38:14 by Robert Geva (Intel), Xinmin Tian (Intel), Ali-reza Adl-tabatabai (Intel)
SMP, STM
STM Compiler: Quiescence for read-only transactions [Forums]
From the OOPSLA paper: To implement privatization safety in the presence of optimistic readers, ALL transactions must quiesce [46, 13, 33] on commit. I'm not sure why ALL transactions must wait ...

Posted: 2008-10-08 00:28:36 by Dmitriy Vyukov
STM, privatization safety
Testing abort with tm_pure [Forums]
Hi I ma using the Intel STM C compiler version 2.0, Ihave the following code bellow. when compiled $icc -Qtm_enable test test.c the value of "b" is 1 but is expected 0. It works for -O0 specified e ...

Posted: 2008-10-10 07:20:50 by feradz
STM, abort, tm_pure
STM Compiler: Transactional Contexts 2 [Forums]
I've worked out some details wrt "transactional contexts":http://software.intel.com/en-us/forums/whatif-alpha-software/topic/60873/reply/64582/Here is more realistic and detailed proposal.User marks s ...

Posted: 2008-10-29 07:25:40 by Dmitriy Vyukov
Transactional memory, STM
_tm_release() in STM Compiler/ABI [Forums]
I had some conversations with Serge Preis regarding "partial commits" and "partly overlapping transactions" which are intended to increase STM scalability for manipulations on linked-lists, trees, etc ...

Posted: 2009-05-03 05:36:46 by Dmitriy Vyukov
STM