The V8 engine is one of the most beautiful pieces of software out there, thanks for making our life easier through it.
I have two questions:
How to get started with compiler design, I've never had the chance to venture into that side of programming.
Do you think JavsScript can be perceived as a compiled language and not an interpreted language? JIT (just-in-time compiler) makes code optimizations (also create compiled versions); interpreted languages can't usually do that.