6 ms·
Isn't it possible to used JIT for JSC in WebView?
by vmfunction 2y ago
Isn't it possible to used JIT for JSC in WebView?
- johncolanduoni 2y agoWKWebView and SafariViewController do, but they run the browser engine and JIT in another process so that the app still doesn’t have the ability to execute unsigned pages.
- vmfunction 2y agoInteresting! How are unsigned pages determined this case?