]> gcc.gnu.org Git - gcc.git/commit - gcc/lto/ChangeLog
params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM): New parameter.
authorJan Hubicka <hubicka@ucw.cz>
Fri, 12 Apr 2019 14:35:48 +0000 (16:35 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 12 Apr 2019 14:35:48 +0000 (14:35 +0000)
commit0c7f51e4019bcc7bc769bb20f72242de88e39519
treee1f0fc0cea8d4b1a8663ab180271fcacb9413943
parent22de32a1a5d9b3e0e558aa530fc98addf022182b
params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM): New parameter.

* 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

From-SVN: r270317
gcc/ChangeLog
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/params.def
This page took 0.086652 seconds and 5 git commands to generate.