Live data from Hacker News

Viewing profile — saamyjoon

saamyjoon

HN member
Joined
Tue, Aug 25, 2015, 5:40 AM UTC
HN karma
12
Public activity
10 items

About saamyjoon

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #31995698

    JSC definitely has things resembling isolates.

  3. comment
    Comment #20956358

    You're absolutely wrong here. A language must specify its semantics. Those semantics describe the safety properties of that language.

  4. comment
    Comment #14501976

    I agree. Chakra uses a pure JIT approach? I thought they interpret both in JS and Wasm?

  5. comment
    Comment #14501281

    V8 used to do this. Now they have a JS interpreter called Ignition.

  6. 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 …

  7. comment
    Comment #14495455

    I agree too. I wonder if this has been discussed at TC39.

  8. 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.

  9. comment
    Comment #14493133

    How so? Go to: http://kangax.github.io/compat-table/es2016plus/ In STP or WebKit nightly

  10. comment
    Comment #10114778

    The Type Profiler and Code Coverage Profiler are all part of WebKit, not Safari.