Hacker News new | ask | show | jobs
by jamil7 1065 days ago
> Apple’s JavaScriptCore can do JIT

Only for Safari or if you use a WKWebView, otherwise if you use JavascriptCore yourself on iOS, JIT is disabled and quite slow. On macOS it’s enabled.