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

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: