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]

r153792 - in /branches/gc-improv/gcc: ChangeLog...


Author: lauras
Date: Sun Nov  1 07:06:08 2009
New Revision: 153792

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153792
Log:
2009-11-01  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* tree-ssa-structalias.c (heapvar_for_stmt): Remove GTY marker.
	(heapvar_map_obstack): New variable.
	(struct heapvar_map): Remove GTY marker.
	(heapvar_insert): Use obstack allocation.
	(get_constraint_for_1): Remove duplicated prototype.
	(heapvar_htab_alloc): New function.
	(init_alias_heapvars): Initialize heapvar_map_obstack.  Use it for
	heapvar_for_stmt element allocation.
	(delete_alias_heapvars): Free heapvar_map_obstack.
	(gt-tree-ssa-structalias.h): Remove include.
	* Makefile.in (tree-ssa-structalias.o): Remove
	gt-tree-ssa-structalias.h dependency.
	(GTFILES): Remove gt-tree-ssa-structalias.h

Modified:
    branches/gc-improv/gcc/ChangeLog.gc-improv
    branches/gc-improv/gcc/Makefile.in
    branches/gc-improv/gcc/tree-ssa-structalias.c


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