Threaded code designs for Forth interpreters
Threaded code designs for Forth interpreters
复制标题
Forth 解释器的线程代码设计
DOI:
10.1145/146559.146561
复制
发表时间:
1992
期刊:
影响因子:
--
通讯作者:
P. Hong
中科院分区:
文献类型:
--
作者:
P. Hong
Introduction Forth interpreters can utilize several techniques for implementing threaded code. We will classify these techniques to better understand the mechanisms underlying "threaded interpretive languages", or TILs. One basic assumption we will make is that the TIL is implemented on a typical microprocessor (which is usually the case). The following are the elements of any threaded interpretive language. These must be designed together to make the interpreter work.