r277345 - in /trunk/gcc: ChangeLog ipa-referenc...

hubicka@gcc.gnu.org hubicka@gcc.gnu.org
Wed Oct 23 18:18:00 GMT 2019


Author: hubicka
Date: Wed Oct 23 18:18:31 2019
New Revision: 277345

URL: https://gcc.gnu.org/viewcvs?rev=277345&root=gcc&view=rev
Log:
	* ipa-reference.h (ipa_reference_var_uid): Move offline.
	* ipa-reference.c (reference_vars_map_t): new type.
	(ipa_reference_vars_map, ipa_reference_vars_uids): New static vars.
	(ipa_reference_var_uid): Implement.
	(varpool_node_hooks): New static var.
	(varpool_removal_hook): New function.
	(is_improper): Do not check bitmap for id==-1
	(get_static_name): Update.
	(ipa_init): Initialize new datastructures.
	(analyze_function): Do not recompute ids.
	(propagate): Free reference_vars_to_consider.
	(stream_out_bitmap): Update.
	(ipa_reference_read_optimization_summary): Update.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-reference.c
    trunk/gcc/ipa-reference.h



More information about the Gcc-cvs mailing list