5 ms·
From what I understand, there are three stages: - interpreted - If run 'enough' times, the code is JIT compiled (fast compilation) - If run 'enough' times ag
by lepacheco 13y 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)
- kenko 13y agoThe question is what the firefox JS interpreter has to do with baseline performance in CPython.