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

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Mon Dec 7 18:28:00 GMT 2009


Author: aldyh
Date: Mon Dec  7 18:28:02 2009
New Revision: 155051

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155051
Log:
	* trans-mem.c: (tm_new_mem_hash): Declare.
	(tm_new_mem_map): Declare.
	(tm_log_init): Initialize tm_new_mem_hash.
	(tm_log_delete): Free htab_delete.
	(transaction_local_new_memory_p): New.
	(requires_barrier): Call transaction_local_new_memory_p.

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



More information about the Gcc-cvs mailing list