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]

r134633 - in /branches/incremental-compiler/gcc...


Author: tromey
Date: Thu Apr 24 15:56:46 2008
New Revision: 134633

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134633
Log:
	* c-parser.c (c_parser) <next>: New field.
	(all_used_hunks): New global.
	(c_parser_create_smash_map): Reset all_used_hunks.
	(c_parse_file): Link parsers.  Update all_used_hunks.
	(c_server_steady_state): Reverse list of parsers.
	(universalize_decl_locations): Loop over parsers.  Only
	universalize a hunk once.
	(traverse_hunk_binding_entry): Remove.
	(can_reuse_hunk): Map in bindings inline.  Avoid resetting
	location in some cases.

Modified:
    branches/incremental-compiler/gcc/ChangeLog
    branches/incremental-compiler/gcc/c-parser.c


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