diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-02-20 16:12:35 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-02-20 16:12:35 +0000 |
commit | 21a9328c5790cf232d8e6c785b6fa19ddac43c8c (patch) | |
tree | c3ed5fbad8dc3392c980f5d7e8ff4042f0e5428f /gcc/doc/invoke.texi | |
parent | 85ade8d6402c58174db08a3dbd7cb7ac538cbeae (diff) | |
download | gcc-21a9328c5790cf232d8e6c785b6fa19ddac43c8c.zip gcc-21a9328c5790cf232d8e6c785b6fa19ddac43c8c.tar.gz gcc-21a9328c5790cf232d8e6c785b6fa19ddac43c8c.tar.bz2 |
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
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
1 files changed, 3 insertions, 3 deletions
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 |