aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorFilip Kastl <fkastl@suse.cz>2024-12-05 11:27:26 +0100
committerFilip Kastl <fkastl@suse.cz>2024-12-05 11:27:26 +0100
commit9755f5973473aa547063d1a97d47a409d237eb5b (patch)
tree21451b0fd646e5b54248fe52de65e43be854587f /gcc
parent2a2f285ecd2cd681cadae305990ffb9e23e157cb (diff)
downloadgcc-9755f5973473aa547063d1a97d47a409d237eb5b.zip
gcc-9755f5973473aa547063d1a97d47a409d237eb5b.tar.gz
gcc-9755f5973473aa547063d1a97d47a409d237eb5b.tar.bz2
doc: Add store-forwarding-max-distance to invoke.texi
gcc/ChangeLog: * doc/invoke.texi: Add store-forwarding-max-distance. Signed-off-by: Filip Kastl <fkastl@suse.cz>
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/invoke.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index d2409a4..4b1acf9 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -17122,6 +17122,11 @@ diagnostics.
@item store-merging-max-size
Maximum size of a single store merging region in bytes.
+@item store-forwarding-max-distance
+Maximum number of instruction distance that a small store forwarded to a larger
+load may stall. Value '0' disables the cost checks for the
+avoid-store-forwarding pass.
+
@item hash-table-verification-limit
The number of elements for which hash table verification is done
for each searched element.