search for: kaarch64_shadowoffset64

Displaying 3 results from an estimated 3 matches for "kaarch64_shadowoffset64".

2015 Sep 25
2
Dynamic VMA in Sanitizers for AArch64
...at runtime, evaluate the performance, and then, only if the hit is too >> great, think about compile-time alternatives. I'd like to know if >> everyone is in agreement, so we could get cracking. > > You mean you want a dynamic shadow offset on aarch64 as opposed to > fixed kAArch64_ShadowOffset64 (1UL << 36) one? > I think this is completely unnecessary, all you need to change is > libsanitizer internals IMNSHO, all that is needed is to make runtime > decisions during libasan initialization on the memory layout, and > also (because 39 bit VMA is too slow), dynamic decision...
2015 Sep 25
3
Dynamic VMA in Sanitizers for AArch64
Hi folks, After long talks with lots of people, I think we have a winning strategy to deal with the variable nature of VMA address in AArch64. It seems that the best way forward is to try the dynamic calculation at runtime, evaluate the performance, and then, only if the hit is too great, think about compile-time alternatives. I'd like to know if everyone is in agreement, so we could get
2015 Sep 25
2
Dynamic VMA in Sanitizers for AArch64
...if the hit is too >>>> great, think about compile-time alternatives. I'd like to know if >>>> everyone is in agreement, so we could get cracking. >>> >>> >>> You mean you want a dynamic shadow offset on aarch64 as opposed to >>> fixed kAArch64_ShadowOffset64 (1UL << 36) one? >>> I think this is completely unnecessary, all you need to change is >>> libsanitizer internals IMNSHO, all that is needed is to make runtime >>> decisions during libasan initialization on the memory layout, and >>> also (because 39 bit VM...