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: basepoints/gcc-8~903 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21a9328c5790cf232d8e6c785b6fa19ddac43c8c;p=thirdparty%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 02b51576e2dd..c098201d2949 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 6e219dab4d32..26bc146fa656 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