Hacker News new | ask | show | jobs
by lepacheco 4781 days ago
From what I understand, there are three stages:

- interpreted

- If run 'enough' times, the code is JIT compiled (fast compilation)

- If run 'enough' times again, it is JIT compiled with the most optimizing compiler (slow compilation)

1 comments

The question is what the firefox JS interpreter has to do with baseline performance in CPython.