On Tue, May 27, 2014 at 9:39 PM, Yuri Gribov <tetra2...@gmail.com> wrote: >> Asan and kasan are very different, so it would be good to separate >> them straight away. > > Do you mean separation of interfaces (i.e. have -fsanitize=address and > -fsanitize=kernel-address but use same code in GCC to compile both > maybe with different default options) or separation of > implementations?
Merely different options, defaults and some if's in implementation.