Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
saamyjoon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Building a baseline JIT for Lua automatically
(sillycross.github.io)
4 points
by
saamyjoon
3y ago
|
0 comments
2.
▲
by
saamyjoon
4y ago
JSC definitely has things resembling isolates.
3.
▲
by
saamyjoon
7y ago
You're absolutely wrong here. A language must specify its semantics. Those semantics describe the safety properties of that language.
4.
▲
by
saamyjoon
9y ago
I agree. Chakra uses a pure JIT approach? I thought they interpret both in JS and Wasm?
5.
▲
by
saamyjoon
9y ago
V8 used to do this. Now they have a JS interpreter called Ignition.
6.
▲
by
saamyjoon
9y ago
It's implementation dependent. Most implementations JIT Wasm up front (I think Chakra is the only engine that interprets). So, JS loads faster because almost all engines interpret first (all?).
7.
▲
by
saamyjoon
9y ago
I agree too. I wonder if this has been discussed at TC39.
8.
▲
by
saamyjoon
9y ago
FWIW, I don’t think this is accurate (not that it really matters much anymore). All the browsers were in the 90+% support around the same time.
9.
▲
by
saamyjoon
9y ago
How so? Go to: http://kangax.github.io/compat-table/es2016plus/ In STP or WebKit nightly
10.
▲
by
saamyjoon
11y ago
The Type Profiler and Code Coverage Profiler are all part of WebKit, not Safari.