Bridging The Gap Between Machine And Language Using First-Class Building Blocks
Toon Verwaest
- 出版商: Lulu.com
- 出版日期: 2012-02-20
- 售價: $850
- 貴賓價: 9.5 折 $808
- 語言: 英文
- 頁數: 138
- 裝訂: Paperback
- ISBN: 1105518353
- ISBN-13: 9781105518355
海外代購書籍(需單獨結帳)
相關主題
商品描述
High-performance virtual machines (VMs) are increasingly reused for programming languages for which they were not initially designed. Unfortunately, VMs are usually tailored to specific languages, offer only a very limited interface to running applications, and are closed to extensions. As a consequence, extensions required to support new languages often entail the construction of custom VMs, thus impacting reuse, compatibility and performance. Short of building a custom VM, the language designer has to choose between the expressiveness and the performance of the language. In this dissertation we argue that the best way to open the VM is to eliminate it. We present Pinocchio, a natively compiled Smalltalk, in which we identify and reify three basic building blocks for object-oriented languages.