libitm/
* retry.cc (GTM::gtm_thread::number_of_threads_changed): Change
default dispatch for more than 1 thread to ml_wt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184547
138bc75d-0d04-0410-961f-
82ee72b054a4
+2012-02-24 Torvald Riegel <triegel@redhat.com>
+
+ * retry.cc (GTM::gtm_thread::number_of_threads_changed): Change
+ default dispatch for more than 1 thread to ml_wt.
+
2012-02-20 Torvald Riegel <triegel@redhat.com>
* method-gl.cc (gl_wt_dispatch::orec): Put on separate cacheline.
set_default_dispatch(default_dispatch_user);
else
{
- abi_dispatch* a = dispatch_serialirr_onwrite();
+ abi_dispatch* a = dispatch_ml_wt();
if (a->supports(now))
set_default_dispatch(a);
else