Advanced Design and Implementation of Virtual Machines

Advanced Design and Implementation of Virtual Machines
Author :
Publisher : CRC Press
Total Pages : 395
Release :
ISBN-10 : 9781315386683
ISBN-13 : 1315386682
Rating : 4/5 (83 Downloads)

Book Synopsis Advanced Design and Implementation of Virtual Machines by : Xiao-Feng Li

Download or read book Advanced Design and Implementation of Virtual Machines written by Xiao-Feng Li and published by CRC Press. This book was released on 2016-12-19 with total page 395 pages. Available in PDF, EPUB and Kindle. Book excerpt: Along with the increasingly important runtime engines pervasive in our daily-life computing, there is a strong demand from the software community for a solid presentation on the design and implementation of modern virtual machines, including the Java virtual machine, JavaScript engine and Android execution engine. The community expects to see not only formal algorithm description, but also pragmatic code snippets; to understand not only research topics, but also engineering solutions. This book meets these demands by providing a unique description that combines high level design with low level implementations and academic advanced topics with commercial solutions. This book takes a holistic approach to the design of VM architecture, with contents organized into a consistent framework, introducing topics and algorithms in an easily understood step by step process. It focuses on the critical aspects of VM design, which are often overlooked in other works, such as runtime helpers, stack unwinding and native interface. The algorithms are fully illustrated in figures and implemented in easy to digest code snippets, making the abstract concepts tangible and programmable for system software developers.


Advanced Design and Implementation of Virtual Machines Related Books

Advanced Design and Implementation of Virtual Machines
Language: en
Pages: 395
Authors: Xiao-Feng Li
Categories: Computers
Type: BOOK - Published: 2016-12-19 - Publisher: CRC Press

DOWNLOAD EBOOK

Along with the increasingly important runtime engines pervasive in our daily-life computing, there is a strong demand from the software community for a solid pr
Virtual Machine Design and Implementation in C/C++
Language: en
Pages: 694
Authors: Bill Blunden
Categories: Computers
Type: BOOK - Published: 2002 - Publisher: Wordware Publishing

DOWNLOAD EBOOK

This is an in-depth look at the construction and underlying theory of a fullyfunctional virtual machine and an entire suite of related development tools.
Programming for the Java Virtual Machine
Language: en
Pages: 518
Authors: Joshua Engel
Categories: Computers
Type: BOOK - Published: 1999 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

The Java Virtual Machine (JVM) is the underlying technology behind Java's most distinctive features including size, security and cross-platform delivery. This g
Virtual Machines
Language: en
Pages: 662
Authors: James Edward Smith
Categories: Architecture
Type: BOOK - Published: 2005-06-03 - Publisher: Elsevier

DOWNLOAD EBOOK

In this text, Smith and Nair take a new approach by examining virtual machines as a unified discipline and pulling together cross-cutting technologies. Topics i
Crafting Interpreters
Language: en
Pages: 1021
Authors: Robert Nystrom
Categories: Computers
Type: BOOK - Published: 2021-07-27 - Publisher: Genever Benning

DOWNLOAD EBOOK

Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience