Hacker News new | past | comments | ask | show | jobs | submit login

This makes no sense. Interpreters add indirection at every single statement in the program. The fact that they may know the direction of the occasional branch cannot possibly make up for this.



JIT is a valid strategy for a scripting language interpreter.


No. A JIT is a valid strategy for a scripting language implementation. An interpreter is a different thing. Many JIT compilers use an interpreter for running uncompiled code and profiling ("mixed-mode interpreter"), but "interpreter" and "JIT" are in no way synonymous.


-1 for that? Wow.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: