Re: [Patch] libitm: Ask dispatch whether it requires serial mode.

2012-10-23 Thread Richard Henderson
On 2012-10-24 01:48, Torvald Riegel wrote: > Ask dispatch whether it requires serial mode. > > * retry.cc (gtm_thread::decide_begin_dispatch): Ask dispatch whether > it requires serial mode instead of assuming that for certain > dispatchs. > * dispatch.h (abi_dispat

[Patch] libitm: Ask dispatch whether it requires serial mode.

2012-10-23 Thread Torvald Riegel
This patch cleans up an implicit assumption about which TM methods actually need to be run in serial mode. Instead, the transaction begin code now asks a TM method's dispatch what it needs. OK for trunk? Torvald commit 12170ba5013e855bf4ea784823961f63e3e2de4c Author: Torvald Riegel Date: Tue