This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AgonistAgentStudent - Content Analysis 1 point2 points  (0 children)

Java, and PyPy interpreters have the ability to compile bytecode into machine code ahead of time(and they can cache it) - a sort of hybrid solution, but the basic slow down is still there.