Hi, thanks for sharing your work! Without having actually tested your fork of V8, I can see you put impressive amount of work into this project. From what I've seen, you implemented an interpreter for x86 machine code in order to circumvent iOS' restrictions. I'm curious on some decisions you made: - The version of V8 you forked from is 2.2. A lot has changed since then. Surely it would perform better if you updated to a newer version of V8? - The ARM port of V8 includes a simulator to run the compiled ARM code on x86 hardware. It works similar to your interpreter, executing ARM machine code. Is there any reason you did not simply use this interpreter instead of writing your own for x86 machine code? Is the performance difference significant? In any case, great work!
Regards, Yang On Wed, Mar 13, 2013 at 12:50 AM, <[email protected]> wrote: > > Comment #23 on issue 1312 by [email protected]: It's time to get > iOS supported! > http://code.google.com/p/v8/**issues/detail?id=1312<http://code.google.com/p/v8/issues/detail?id=1312> > > Hi > I have submitted V8 for iOS. Please visit my home page to download: > www.jacos2d-x.org > Thanks > > > -- > You received this message because this project is configured to send all > issue notifications to this address. > You may adjust your notification preferences at: > https://code.google.com/**hosting/settings<https://code.google.com/hosting/settings> > > -- > -- > v8-dev mailing list > [email protected] > http://groups.google.com/**group/v8-dev<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 > v8-dev+unsubscribe@**googlegroups.com<v8-dev%[email protected]> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- -- 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.
