]> git.ipfire.org Git - thirdparty/gcc.git/commit
* params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM): New parameter.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Apr 2019 14:35:48 +0000 (14:35 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Apr 2019 14:35:48 +0000 (14:35 +0000)
commit7d4bbc86912cb724fef7c80a973b5da592cafa25
treee1f0fc0cea8d4b1a8663ab180271fcacb9413943
parent9b308bad7c3a4f7c40b7dc7a28963e5675d7cd58
* params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM): New parameter.
* lto.c (do_stream_out): rename to ...
(stream_out): ... this one; move original code to ...
(stream_out_partitions_1, stream_out_partitions): ... these new
functions.
(lto_wpa_write_files): Honnor lto_parallelism

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270317 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/params.def