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]

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


Author: rth
Date: Wed Jun 16 15:28:22 2010
New Revision: 160839

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160839
Log:
        * alloc.cc (struct gtm_alloc_action): Move definition ...
        * libitm_i.h: ... here.
        (class gtm_transaction): Declare new and delete.
        * beginend.cc (alloc_tx): Reformulate as operator new.
        (free_tx): Reformulate as operator delete.
        * config/generic/tls.h (gtm_thread): Change free_tx member to void *.

Modified:
    branches/transactional-memory/libitm/ChangeLog
    branches/transactional-memory/libitm/alloc.cc
    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]