Live data from Hacker News

Viewing profile — ejpbruel

ejpbruel

HN member
Joined
Thu, Aug 07, 2014, 3:45 PM UTC
HN karma
2
Public activity
4 items

About ejpbruel

No profile information was provided.

Recent public activity

  1. comment
    Comment #40375833

    Stitch lazily compiles each wasm function to a form of threaded code in which each instruction has multiple variants, depending on where it loads its operands from. Each operand is…

  2. comment
    Comment #40375796

    That’s a good point! I did’t even think about that. For Stitch to become self hosting, we’d either have to implement those instructions, or implement a fallback mode using an inter…

  3. comment
    Comment #40363550

    I haven’t tried this, but Stitch should technically be able to run itself if we gave it a C-like API that you could export from a Wasm module. Would be fun to try at some point :-)…

  4. comment
    Comment #40360265

    I'm the author of Stitch. Rik is somewhat overpromising: Stitch is only faster than Wasm3 on Windows (by about 15%). On Mac and Linux, it is about as fast. It does get within 4x of…