|
|
|
|
|
by pjmlp
3261 days ago
|
|
That is also a JIT, dynamic compilation doesn't require recompiling the code all the time. The AS/400 uses a kernel level JIT, binaries are only JITted at installation time or explicitly via the command line. The Lisp environments also only used JIT once. Some implementations of Oberon would use bytecode instead of native code and JIT on module load. There are many other examples. |
|