Threaded code designs for Forth interpreters

Threaded code designs for Forth interpreters
复制标题

Forth 解释器的线程代码设计

DOI:
10.1145/146559.146561
复制
发表时间:
1992
期刊:
ACM Sigforth Newsletter
影响因子:
--
通讯作者:
P. Hong
P. Hong
中科院分区:
--
文献类型:
--
作者:
P. Hong

文献摘要

被引文献

相似文献

第四,解释器可以利用几种技术来实现线程代码。我们将对这些技术进行分类,以更好地理解“线程解释语言”或TILs的机制。我们将做的一个基本假设是,TIL是在一个典型的微处理器上实现的(通常是这种情况)。以下是任何线程解释语言的元素。这些必须一起设计,使解释器工作。
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.