Hacker News new | ask | show | jobs
by spacenick88 2662 days ago
The interpreter has always been part of the codebase since it is used during startup and while the code is still being JITed
1 comments

Not always, actually. V8 came out in 2008 and didn't have an interpreter until 2016. For the first eight years, the non-optimization execution was also a JIT, just a simpler one.