[v8-users] Re: build jit-less version for iOS

2019-04-18 Thread jgruber
Initial documentation for the iOS build process is now available: https://v8.dev/docs/cross-compile-ios. If time allows I will extend this later with a demo Xcode project. Note that a few iOS-specific fixes landed only recently, so you should build the current master branch. On Monday, March 1

[v8-users] Re: build jit-less version for iOS

2019-03-18 Thread Yang Guo
Not officially supported, but there were some successes in getting it to work on iOS devices that run on 64 bit: https://bugs.chromium.org/p/v8/issues/detail?id=8928 Yang On Sunday, March 17, 2019 at 10:46:22 AM UTC+1, Yakir E wrote: > > Hi all, > now that 7.4 support jit-less compilation. Does