|
|
|
|
|
by astrobe_
2742 days ago
|
|
It sounds like it, but it is not. It gets confusing fast when one talks about these things in even slightly accurate ways. In DTC to call a function of the VM code (ie a another piece of DTC) you typically have a "call" virtual instruction, followed by the virtual address to call. you also have a virtual "return" function that pops the virtual instruction pointer from the virtual call stack. Subroutine threaded is really just a very primitive form of AoT compilation. |
|