Viewing profile — saamyjoon
saamyjoon
HN member- Joined
- Tue, Aug 25, 2015, 5:40 AM UTC
- HN karma
- 12
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About saamyjoon
No profile information was provided.
Recent public activity
- story
-
comment
Comment #31995698
JSC definitely has things resembling isolates.
-
comment
Comment #20956358
You're absolutely wrong here. A language must specify its semantics. Those semantics describe the safety properties of that language.
-
comment
Comment #14501976
I agree. Chakra uses a pure JIT approach? I thought they interpret both in JS and Wasm?
-
comment
Comment #14501281
V8 used to do this. Now they have a JS interpreter called Ignition.
-
comment
Comment #14501154
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 …
-
comment
Comment #14495455
I agree too. I wonder if this has been discussed at TC39.
-
comment
Comment #14494912
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.
-
comment
Comment #14493133
How so? Go to: http://kangax.github.io/compat-table/es2016plus/ In STP or WebKit nightly
-
comment
Comment #10114778
The Type Profiler and Code Coverage Profiler are all part of WebKit, not Safari.