Re: [trans-mem] Add method groups and change TM method lifecycle and selection.

2011-08-23 Thread Richard Henderson
On 08/23/2011 05:01 AM, Torvald Riegel wrote: > Add method groups and change TM method lifecycle and selection. > > * retry.cc (GTM::gtm_thread::decide_retry_strategy): Cleanup. Fix > restarting without switching to serial mode. > (GTM::gtm_thread::decide_begin_dispatch):

[trans-mem] Add method groups and change TM method lifecycle and selection.

2011-08-23 Thread Torvald Riegel
The patch adds method groups for TM methods, which group methods that can run concurrently together. The lifecycle and state management responsibilities of method groups and methods get documented. For now, there is just a method group for all serial methods, more will follow when further TM metho