This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] changes.html - document -fsanitize-address-use-after-scope


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]