From: Martin Liska Date: Fri, 3 Feb 2017 09:10:37 +0000 (+0100) Subject: Document default value for use-after-scope-direct-emission-threshold X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5dd5e20438f0cfd7f6e64a8174e27aca8d75a391;p=gcc.git Document default value for use-after-scope-direct-emission-threshold 2017-02-03 Martin Liska * doc/invoke.texi: Document default value for use-after-scope-direct-emission-threshold. From-SVN: r245147 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2118c339711..445f27b5e0e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-02-03 Martin Liska + + * doc/invoke.texi: Document default value for + use-after-scope-direct-emission-threshold. + 2017-02-03 Martin Liska PR tree-optimization/79339 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2d8ee57552d..08d26a1d858 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10471,6 +10471,7 @@ E.g. to disable inline code use @item use-after-scope-direct-emission-threshold If size of a local variables in bytes is smaller of equal to this number, direct instruction emission is utilized to poison and unpoison local variables. +Default value in 256. @item chkp-max-ctor-size Static constructors generated by Pointer Bounds Checker may become very