Commit 21a9328c by Gerald Pfeifer Committed by Gerald Pfeifer

invoke.texi (use-after-scope-direct-emission-threshold): Fix typos and grammar,…

invoke.texi (use-after-scope-direct-emission-threshold): Fix typos and grammar, use active voice, and clarify.

	* doc/invoke.texi (use-after-scope-direct-emission-threshold):
	Fix typos and grammar, use active voice, and clarify.

Co-Authored-By: Martin Liska <mliska@suse.cz>

From-SVN: r245606
parent 85ade8d6
2017-02-18 Gerald Pfeifer <gerald@pfeifer.com>
Martin Liška <mliska@suse.cz>
* doc/invoke.texi (use-after-scope-direct-emission-threshold):
Fix typos and grammar, use active voice, and clarify.
2017-02-20 Marek Polacek <polacek@redhat.com> 2017-02-20 Marek Polacek <polacek@redhat.com>
PR middle-end/79537 PR middle-end/79537
......
...@@ -10492,9 +10492,9 @@ E.g. to disable inline code use ...@@ -10492,9 +10492,9 @@ E.g. to disable inline code use
@option{--param asan-instrumentation-with-call-threshold=0}. @option{--param asan-instrumentation-with-call-threshold=0}.
@item use-after-scope-direct-emission-threshold @item use-after-scope-direct-emission-threshold
If size of a local variable in bytes is smaller or equal to this number, If the size of a local variable in bytes is smaller or equal to this
direct instruction emission is utilized to poison and unpoison local variables. number, directly poison (or unpoison) shadow memory instead of using
Default value in 256. run-time callbacks. The default value is 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