On 2013/10/21 09:31:34, danno wrote:
This looks OK fundamentally, but one question: this only works with the ARM
simulator, right?

This works in normal x86_64 build if we additionally ignore all memory accesses from v8/src/* with a compile-time blacklist option. We still need to unpoison V8 heap because there are accesses to that memory from the embedding code via V8
headers.

I think we would not need any annotations at all with ARM simulator, if it
worked on x86_64. Unfortunately, MSan does not support 32-bit x86.


https://codereview.chromium.org/27471003/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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/groups/opt_out.

Reply via email to