mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 23:51:26 +08:00
Document default value for use-after-scope-direct-emission-threshold
2017-02-03 Martin Liska <mliska@suse.cz> * doc/invoke.texi: Document default value for use-after-scope-direct-emission-threshold. From-SVN: r245147
This commit is contained in:
parent
0a95c7e2c9
commit
5dd5e20438
@ -1,3 +1,8 @@
|
||||
2017-02-03 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* doc/invoke.texi: Document default value for
|
||||
use-after-scope-direct-emission-threshold.
|
||||
|
||||
2017-02-03 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR tree-optimization/79339
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user