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]

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


Author: torvald
Date: Thu Jul 28 18:57:46 2011
New Revision: 176884

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176884
Log:
Add information to dispatch about closed nesting and uninstrumented code.

        * dispatch.h (GTM::abi_dispatch): Add can_run_uninstrumented_code and
        closed_nesting flags, as well as a closed nesting alternative.
        * method-serial.cc: Same.
	(serial_dispatch): Renamed to serialirr_dispatch.
	(GTM::dispatch_serialirr): Same.
	(serial_dispatch_ul): Renamed to serial_dispatch.
	(GTM::dispatch_serial): Same.

Modified:
    branches/transactional-memory/libitm/ChangeLog
    branches/transactional-memory/libitm/dispatch.h
    branches/transactional-memory/libitm/method-serial.cc


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