Re: [trans-mem] Test that nested txns started from pure/unsafe code work correctly
On 08/03/2011 04:51 AM, Torvald Riegel wrote: > Test that nested txns started from pure/unsafe code work correctly. > > * testsuite/libitm.c/reentrant.c: New file. Ok. r~
[trans-mem] Test that nested txns started from pure/unsafe code work correctly
Tests that new transactions can be started from both transaction_pure and transaction_unsafe code. This also checks proper handling of reentrant nesting in the serial_lock implementation (reentrant in the sense that we go from transactional to nontransactional to transactional code). This test curr