From: Gerald Pfeifer Date: Mon, 20 Feb 2017 16:12:35 +0000 (+0000) Subject: invoke.texi (use-after-scope-direct-emission-threshold): Fix typos and grammar, use... X-Git-Tag: upstream/12.2.0~41075 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21a9328c5790cf232d8e6c785b6fa19ddac43c8c;p=platform%2Fupstream%2Fgcc.git 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 From-SVN: r245606 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 02b5157..c098201 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2017-02-18 Gerald Pfeifer + Martin Liška + + * doc/invoke.texi (use-after-scope-direct-emission-threshold): + Fix typos and grammar, use active voice, and clarify. + 2017-02-20 Marek Polacek PR middle-end/79537 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 6e219da..26bc146 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10492,9 +10492,9 @@ E.g. to disable inline code use @option{--param asan-instrumentation-with-call-threshold=0}. @item use-after-scope-direct-emission-threshold -If size of a local variable in bytes is smaller or equal to this number, -direct instruction emission is utilized to poison and unpoison local variables. -Default value in 256. +If the size of a local variable in bytes is smaller or equal to this +number, directly poison (or unpoison) shadow memory instead of using +run-time callbacks. The default value is 256. @item chkp-max-ctor-size Static constructors generated by Pointer Bounds Checker may become very