[PATCH] [ASan] Use less shadow on Win 32-bit

Alexey Samsonov samsonov at google.com
Tue Jul 16 01:34:09 PDT 2013



================
Comment at: lib/asan/asan_rtl.cc:334
@@ +333,3 @@
+  kHighMemEnd = kHighMemEnd | (GetPageSizeCached() - 1);
+  while (kHighMemBeg % GetPageSizeCached())
+    kHighMemEnd += GetPageSizeCached();
----------------
I don't understand this loop.


http://llvm-reviews.chandlerc.com/D1139



More information about the llvm-commits mailing list