Bridging the Gap between Machine and Language using First-Class Building Blocks
Toon Verwaest
Broschiertes Buch

Bridging the Gap between Machine and Language using First-Class Building Blocks

Versandfertig in 1-2 Wochen
16,99 €
inkl. MwSt.
PAYBACK Punkte
8 °P sammeln!
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...