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]

r152675 - in /branches/transactional-memory/gcc...


Author: aldyh
Date: Mon Oct 12 17:33:09 2009
New Revision: 152675

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152675
Log:
        * trans-mem.c (tm_memopt_compute_avin): Do not special case entry
        block.  Do not seed with uninitialized blocks.
        (tm_memopt_compute_antin): Do not special case exit blocks.  Do
        not seed with uninitialized blocks.
        (execute_tm_memopt): Call tm_memopt_clear_visited.
        (tm_memopt_clear_visited): New.


Modified:
    branches/transactional-memory/gcc/ChangeLog.tm
    branches/transactional-memory/gcc/testsuite/gcc.dg/tm/memopt-1.c
    branches/transactional-memory/gcc/trans-mem.c


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