Hi Martin,
On 25/01/17 14:54, Martin Liška wrote:
Hello.
Following patch documents new option -fsanitize-address-use-after-scope which
was done for upcoming GCC 7.1.
Thanks for feedback,
Martin
+ <li>Using -O2 optimization level (and above) rewrites variables of a
GIMPLE
+ type that are rewritten into SSA. This removes shadow memory usage and
+ results in faster code.</li>
I believe the changes page is targeted towards end users rather than GCC
developers
and the above description wouldn't make much sense to them. Maybe better to say:
"Using -O2 optimization level and above improves shadow memory usage over LLVM"
?
Kyrill