]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix file cache tunables documentation
authorAndi Kleen <ak@gcc.gnu.org>
Tue, 4 Feb 2025 16:42:36 +0000 (08:42 -0800)
committerAndi Kleen <ak@gcc.gnu.org>
Tue, 4 Feb 2025 16:43:59 +0000 (08:43 -0800)
Document new params in invoke.texi.

The auto tuning description was on the wrong tunable, move to lines.

Comitted as obvious.

gcc/ChangeLog:

* doc/invoke.texi: Document file cache tunables.
* params.opt: Move auto tuning description to lines.

gcc/doc/invoke.texi
gcc/params.opt

index dddde54a287dbdf504f540bc499e024d077746a8..9050ffa59dd0c2ae6852e2528a6ff5cd6330a622 100644 (file)
@@ -13010,6 +13010,16 @@ having large chains of nested wrapper functions.
 
 Enabled by default.
 
+@item -ffile-cache-files=
+Max number of files in the file cache.
+The file cache is used to print source lines in diagnostics and do some
+source checks like @option{-Wmisleading-indentation}.
+
+@item -ffile-cache-files=
+Max number of lines to index into file cache. When 0 this is automatically sized.
+The file cache is used to print source lines in diagnostics and do some
+source checks like @option{-Wmisleading-indentation}.
+
 @opindex fipa-sra
 @item -fipa-sra
 Perform interprocedural scalar replacement of aggregates, removal of
index d84e35679e6db1fe36293e9f26cccf4ffd3fc91b..4f4eb4d7a2a527d3687235753f740e8501be6be4 100644 (file)
@@ -136,11 +136,11 @@ Maximal estimated growth of function body caused by early inlining of single cal
 
 -param=file-cache-files=
 Common Joined UInteger Var(param_file_cache_files) Init(16) Param
-Max number of files in the file cache. When 0 this is automatically sized.
+Max number of files in the file cache.
 
 -param=file-cache-lines=
 Common Joined UInteger Var(param_file_cache_lines) Init(0) Param
-Max number of lines to index into file cache.
+Max number of lines to index into file cache. When 0 this is automatically sized.
 
 -param=fsm-scale-path-stmts=
 Common Joined UInteger Var(param_fsm_scale_path_stmts) Init(2) IntegerRange(1, 10) Param Optimization