Live data from Hacker News

Viewing profile — NTillmann

NTillmann

HN member
Joined
Wed, May 03, 2017, 5:23 PM UTC
HN karma
83
Public activity
6 items

About NTillmann

No profile information was provided.

Recent public activity

  1. comment
    Comment #14261446

    Conceptually, Prepack would go together well with heap snapshots, as Prepack figures out what is the concrete heap, and what are residual computations. If we tweak Prepack to compl…

  2. comment
    Comment #14258273

    It's not yet ready for production, so there are some bugs and cases where we should reject a program but don't do that yet. Having said that, it's quite safe, but won't be undetect…

  3. comment
    Comment #14258195

    Currently, it's really about the initialization phase of the code.

  4. comment
    Comment #14258192

    To really see the benefits, you need to use it an environment where the parsing overhead gets cached. In terms of pure execution time, we see improvements of up to 10x for the init…

  5. comment
    Comment #14258001

    Prepack is quite complementary to traditional compilers. It's strength is that it comes with full knowledge of the JavaScript built-ins, and it uses that to pre-evaluate the code a…

  6. comment
    Comment #14257963

    Hi, I am Nikolai Tillmann, a developer on the Prepack project. I am happy to answer any questions!