Y
Hacker News
new
|
ask
|
show
|
jobs
by
carloscm
4279 days ago
Is this also true when using JavaScriptCore directly? Or do you only get JIT compilation in the context of a web view?
1 comments
kenferry
4279 days ago
Only in a web view. The point is that the JITed code is in an isolated process with few permissions.
link
gsnedders
4279 days ago
And vitally it can allocate executable memory, which nothing you write can.
link