Was there a JIT compiler for p-code back in the day? I thought all implementations were interpreters or AOT compilers.
See the paper: "Efficient Implementation of the Smalltalk-80 System", which suggests that code was generated on the fly.
Was there a JIT compiler for p-code back in the day? I thought all implementations were interpreters or AOT compilers.