On 12/25/2014 04:58 PM, 'Dmitry Vyukov' via address-sanitizer wrote:
What are the savings? We remove the metadata but add 32 bytes to redzones. Seems roughly equivalent.
Only for x64 (and for small variables additional 32 bytes are not necessary because we can fit into padding redzone).
The bss is a good point. It can be unacceptable to lots of applications that has multi-megabyte objects in bss. Which is I would say very frequent.
Yep, disabling bss is a no-go. -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 [email protected]. For more options, visit https://groups.google.com/d/optout.
