Since V8 has no interpreter, it must JIT all JavaScript code at runtime and
expects to be able to modify the JITed code during execution. iOS
prohibits non-jailbroken
devices from executing code from writable memory pages, prohibiting V8 from
running on iOS.

Danno

On Wed, Mar 7, 2012 at 5:34 AM, wingsky fly <[email protected]> wrote:

> when i run v8 on ios5, it crash and report a EXC_BAD_ACCESS
> anyone knows the reason?
>
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users
>

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to