B programming language? (opens in new tab)
For threaded code, ITC or DTC can be used. That’s indirect threaded code or direct threaded code. See “Moving Forth, Part 1” Moving Forth: Part 1 There’s also subroutine threaded code. Here the inner interpreter is dispensed with, and instead each address is replaced with a subroutine call. Sometimes some primitives are inlined.
Read the original article