Comment #5 on issue 2427 by [email protected]: it is possible to port
v8 on windows phone 8?
http://code.google.com/p/v8/issues/detail?id=2427
The difficulty is not how to allocate memory.
The limiting problem is that on WinRT, memory cannot be both writable and
executable. This is a design decision by Microsoft. Which means V8 either
can't generate code, or can't execute it. Since V8 is built on the idea of
generating code, this means there's no way V8 can work, unless Microsoft
changes the rules.
In the meantime, your best bet is to use another operating system. (Not
iOS, though, as it has the same artificial limitation.)
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev