Oki, I fixed the ARM crash. Turns out the Contains check is only valid for
V8-allocated memory, as It rounds the memory to a "page" boundary and
dereferences it. This is no good for arbitrary addresses that may point to
executables, V8 heap or nowhere at all (as in the ARM simulator's case).

https://codereview.chromium.org/16578008/

--
--
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