|
|
|
|
|
by kmicklas
3347 days ago
|
|
Even fitting the interpreter in cache, there's obviously still some overhead to interpreting instructions rather than executing them directly. Also, I suspect most of the memory related slowdown with interpreters is due to the indirections in memory representation of data/code, not the interpreter itself falling out of cache. |
|