Y
Hacker News
new
|
ask
|
show
|
jobs
by
simonh
4277 days ago
The only reason it wasn't allowed until now was security. With iOS 8 cross process communication improvements, the JITed JavaScript engine can be used by third party apps in a segregated fashion without sacrificing security.
1 comments
carloscm
4276 days ago
Is this also true when using JavaScriptCore directly? Or do you only get JIT compilation in the context of a web view?
link
kenferry
4276 days ago
Only in a web view. The point is that the JITed code is in an isolated process with few permissions.
link
gsnedders
4276 days ago
And vitally it can allocate executable memory, which nothing you write can.
link