Hi Ivan, I'm not sure why you said that it can't work because of the dynamically generated code... is that some sort of license limitation? If so, that's an issue that Apple is not taking too seriously: they don't want you to download code and interpret it at runtime, whatever you do with the code already bundled in the App is ok, I know this because I've bundled a custom (ruby) interpreter in an app and submitted it to the AppStore successfully. Right now, after adding some missing files to the XCode project, and having it running ok in the simulator, I've encountered a crash due to a "Bad System Call", I'm guessing it was my (very lousy) patch for the __ARM_NR_cacheflush mentioned above... Unfortunately, I'm very, very rusty at ARM assembly, so I'm just giving blind steps here.
Thanks! On Apr 5, 12:57 pm, Ivan Posva <[email protected]> wrote: > Rolando, > > The ARM code generation included with V8 is not intended to work on > iPhone OS and as far as I know it cannot be made to work since we > generate code dynamically at runtime. We have not tested this recently > nor are we building it regularly as you discovered. > > Cheers, > -Ivan Rolando. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users To unsubscribe, reply using "remove me" as the subject.
