> but I don't want to do this unless we know that someone really needs it
> and this is the right way to solve some problem.

Some benefits of dynamic runtime:
1) reduced memory overhead (important for embedded world)
2) it's also rather handy when you have a bunch of apps and libs some
of which are sanitized and some aren't (in real world you don't always
have the luxury of full app rebuild); LD_PRELOAD would allow you to
override malloc and friends and enable ASan even in that case

-Y

-- 
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to address-sanitizer+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to