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]

r193989 - in /trunk/gcc: ChangeLog tsan.c


Author: jakub
Date: Fri Nov 30 08:48:02 2012
New Revision: 193989

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193989
Log:
	* tsan.c (is_load_of_const_p): Removed.
	(instrument_expr): Use result of get_inner_reference
	instead of get_base_address, avoid some unnecessary tests,
	use !pt_solution_includes and !may_be_aliased tests to
	check whether base might escape current function.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tsan.c


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