Commit 5dd5e204 by Martin Liska Committed by Martin Liska

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
parent 0a95c7e2
2017-02-03 Martin Liska <mliska@suse.cz> 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 PR tree-optimization/79339
* gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear. * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
(format_floating): Likewise. (format_floating): Likewise.
......
...@@ -10471,6 +10471,7 @@ E.g. to disable inline code use ...@@ -10471,6 +10471,7 @@ E.g. to disable inline code use
@item use-after-scope-direct-emission-threshold @item use-after-scope-direct-emission-threshold
If size of a local variables in bytes is smaller of equal to this number, 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. direct instruction emission is utilized to poison and unpoison local variables.
Default value in 256.
@item chkp-max-ctor-size @item chkp-max-ctor-size
Static constructors generated by Pointer Bounds Checker may become very Static constructors generated by Pointer Bounds Checker may become very
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment