diff options
author | Andi Kleen <ak@linux.intel.com> | 2019-01-15 03:49:45 +0000 |
---|---|---|
committer | Andi Kleen <ak@gcc.gnu.org> | 2019-01-15 03:49:45 +0000 |
commit | 6facd01f982ddeffccb2a66dec2041322f3a9b76 (patch) | |
tree | 5a84998f925df85fafa2ba58caf1cad436971307 /gcc | |
parent | 708efa49ebad5887ffad00c28b4b1b4e9184e1fd (diff) | |
download | gcc-6facd01f982ddeffccb2a66dec2041322f3a9b76.zip gcc-6facd01f982ddeffccb2a66dec2041322f3a9b76.tar.gz gcc-6facd01f982ddeffccb2a66dec2041322f3a9b76.tar.bz2 |
Lower sampling rate for autofdo bootstrap
autofdo create_gcov uses a lot of memory for large sample files.
Since gcc runs quite long the sample files generated during
the bootstrap are fairly ig.
Currently I can't even build make autoprofiledbootstrap on my system at
home because create_gcov needs more than 12GB and runs out of memory.
This should probably be fixed in create_gcov, but for now
lowering the sampling rate works well enough for me. The bootstrap
run is long enough that it gets good enough data in any case.
gcc/:
2019-01-14 Andi Kleen <ak@linux.intel.com>
* Makefile.in: Lower autofdo sampling rate by 10x.
* Makefile.tpl: Dito.
From-SVN: r267930
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aea7143..03667c8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-01-14 Andi Kleen <ak@linux.intel.com> + + * Makefile.in: Lower autofdo sampling rate by 10x. + * Makefile.tpl: Dito. + 2019-01-14 Tom Honermann <tom@honermann.net> * defaults.h: Define CHAR8_TYPE. |