• dan@upvote.au
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Are you referring to AOT compilation specifically? JavaScript in V8 is JIT compiled if it’s “hot” (executed enough that the cost of JIT compilation is less than the cost of continuing to run it in interpreted mode).