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):
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