This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
__attribute__((transaction_callable)) void q1() { ringo=666; __transaction_atomic { george=999; } }
<bb 6>: _12 = tm_state.5_11 & 2; if (_12 != 0) goto <bb 3>; else goto <bb 4>;
<bb 3>: _13 = 999; __builtin__ITM_WU4 (&george, _13); __builtin__ITM_commitTransaction (); goto <bb 5>;
<bb 4>: _15 = 999; __builtin__ITM_WU4 (&george, _15); __builtin__ITM_commitTransaction ();
<bb 6>: _12 = tm_state.5_11 & 2; if (_12 != 0) goto <bb 3>; else goto <bb 4>;
<bb 3>: george = 999; __builtin__ITM_commitTransaction (); goto <bb 5>;
<bb 4>: _13 = 999; __builtin__ITM_WU4 (&george, _13); __builtin__ITM_commitTransaction ();
Attachment:
curr
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |