Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
threaded code
Jump to user comments
programming A technique for implementing virtual machine
interpreters, introduced by J.R. Bell in 1973, where each
op-code in the virtual machine instruction set is the
address of some (lower level) code to perform the required
operation. This kind of virtual machine can be implemented
efficiently in machine code on most processors by simply
performing an indirect jump to the address which is the next
instruction.