r207515 - in /trunk/gcc: ChangeLog gcc.c lto-cg...

hubicka@gcc.gnu.org hubicka@gcc.gnu.org
Wed Feb 5 17:21:00 GMT 2014


Author: hubicka
Date: Wed Feb  5 17:21:07 2014
New Revision: 207515

URL: http://gcc.gnu.org/viewcvs?rev=207515&root=gcc&view=rev
Log:
	* lto-cgraph.c (asm_nodes_output): Make global.
	* lto-wrapper.c (run_gcc): Pass down paralelizm to WPA.
	* gcc.c (AS_NEEDS_DASH_FOR_PIPED_INPUT): Allow WPA
	parameter
	(driver_handle_option): Handle OPT_fwpa.

	* lto.c (lto_parallelism): New static var.
	(do_stream_out, wait_for_child, stream_out): New static functions.
	(lto_wpa_write_files): Add support for parallel streaming.
	(do_whole_program_analysis): Set parallelism.
	* lang.opt (fwpa): Add parameter.
	* lto-lang.c (lto_handle_option): Handle flag_wpa.
	(lto_init): Update use of flag_wpa.
	* lto-streamer.h (asm_nodes_output): Declare.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gcc.c
    trunk/gcc/lto-cgraph.c
    trunk/gcc/lto-wrapper.c
    trunk/gcc/lto/ChangeLog
    trunk/gcc/lto/lang.opt
    trunk/gcc/lto/lto-lang.c
    trunk/gcc/lto/lto.c



More information about the Gcc-cvs mailing list