[PATCH] Make caching of memory mappings in sanitizer_procmaps optional

Alexander Potapenko glider at google.com
Tue Mar 26 03:38:51 PDT 2013


Landed r178000

On Tue, Mar 26, 2013 at 1:28 PM, Alexander Potapenko <glider at google.com> wrote:
>
>   LGTM with a nit, which I'm gonna fix myself :)
>
>
> ================
> Comment at: lib/msan/msan.cc:73
> @@ -72,3 +72,3 @@
>    bool result = false;
> -  MemoryMappingLayout proc_maps;
> +  MemoryMappingLayout proc_maps(true);
>    const sptr kBufSize = 4095;
> ----------------
> /*cache_enabled*/true
>
>
> http://llvm-reviews.chandlerc.com/D569



-- 
Alexander Potapenko
Software Engineer
Google Moscow



More information about the llvm-commits mailing list