Download WordPress Themes, Happy Birthday Wishes
Home » Computer » C++ » Virtual Machine Design and Implementation in C/C++

Virtual Machine Design and Implementation in C/C++

  • Category: C++ Programming
  • Author: Bill Blunden
  • Pages: 668 pages
  • Size: Online, HTML

Read and download free eBook intituled Virtual Machine Design and Implementation in C/C++ in format PDF – 668 pages created by Bill Blunden.

With the emergence of multiplatform production systems and network-centric computing, the software industry has witnessed the resurgence of the virtual machine. Rather than committing to any single operating system, software engineers have embraced platform-neutral development tools and run-time environments. Virtual Machine Design and Implementation in C/C++ provides an in-depth look at the construction and underlying theory of a fully functional virtual machine and an entire suite of related development tools.

The book begins with a discussion of the theoretical underpinnings of the author’s HEC virtual machine and its fundamental design goals, and continues with a section on the implementation of the virtual machine and its debugger. The final section focuses on the HEC assembler, including its interface to the native operating system, interrupts, the assembly language, and how to implement object-oriented constructs. There is also an extended discussion of porting the HEC virtual machine to other platforms. To assist in accomplishing this goal, the author offers a critical path analysis of the development process so that readers can build both their own virtual machine and an entire operating system.

Read and Download Links:

Virtual Machine Design and Implementation in C/C++

READ  C++: A Beginner's Guide, Second Edition

Leave a Reply

Your email address will not be published. Required fields are marked *

*

x

Check Also

C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks

Do you need to develop flexible software that can be customized quickly? Do you need to add the power and efficiency of frameworks to your software? The ADAPTIVE Communication Environment (ACE) is an open-source toolkit for building high-performance