This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r177710 - in /branches/transactional-memory/lib...


Author: torvald
Date: Fri Aug 12 17:53:04 2011
New Revision: 177710

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177710
Log:
Move local_tid from gtm_thread to gtm_transaction.

	* config/generic/tls.h (gtm_thread): Move local_tid from here ...
	* libitm_i.h (local_tid): ... to here.
	* beginend.cc (GTM::gtm_transaction::begin_transaction): Same.
	(GTM::gtm_transaction::operator new): Set up gtm_thread if necessary.

Modified:
    branches/transactional-memory/libitm/ChangeLog
    branches/transactional-memory/libitm/beginend.cc
    branches/transactional-memory/libitm/config/generic/tls.h
    branches/transactional-memory/libitm/libitm_i.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]