Re: [libitm] Minor changes to libitm.h

2012-01-24 Thread Patrick Marlier
On 01/24/2012 07:32 PM, Torvald Riegel wrote: * Remove ITM_REGPARM from _ITM_beginTransaction since on x86-32, a > variadic function ignores regparm. > * Add ITM_PURE to _ITM_addUserCommitAction and _ITM_addUserUndoAction to > be usable inside transactions. Those should be called from transac

Re: [libitm] Minor changes to libitm.h

2012-01-24 Thread Torvald Riegel
On Tue, 2012-01-24 at 19:12 -0500, Patrick Marlier wrote: > I propose some minor modifications to libitm.h: > * Add a link to current TM-ABI document. We should link to libitm.texi instead because this describes the interface that we implement. > * Remove ITM_REGPARM from _ITM_beginTransaction si