好书推荐 好书速递 排行榜 读书文摘

Virtual Machines

Virtual Machines
作者:Jim Smith / Ravi Nair
副标题:Versatile Platforms for Systems and Processes
出版社:Morgan Kaufmann
出版年:2005-06
ISBN:9781558609105
行业:其它
浏览数:54

内容简介

Virtual Machine technology applies the concept of virtualization to an entire machine, circumventing real machine compatibility constraints and hardware resource constraints to enable a higher degree of software portability and flexibility. Virtual machines are rapidly becoming an essential element in computer system design. They provide system security, flexibility, cross-platform compatibility, reliability, and resource efficiency. Designed to solve problems in combining and using major computer system components, virtual machine technologies play a key role in many disciplines, including operating systems, programming languages, and computer architecture. For example, at the process level, virtualizing technologies support dynamic program translation and platform-independent network computing. At the system level, they support multiple operating system environments on the same hardware platform and in servers. Historically, individual virtual machine techniques have been developed within the specific disciplines that employ them (in some cases they aren't even referred to as 'virtual machines'), making it difficult to see their common underlying relationships in a cohesive way. In this text, Smith and Nair take a new approach by examining virtual machines as a unified discipline. Pulling together cross-cutting technologies allows virtual machine implementations to be studied and engineered in a well-structured manner. Topics include instruction set emulation, dynamic program translation and optimization, high level virtual machines (including Java and CLI), and system virtual machines for both single-user systems and servers. The book examines virtual machine technologies across the disciplines that use them-operating systems, programming languages and computer architecture-defining a new and unified discipline. It is reviewed by principle researchers at Microsoft, HP, and by other industry research groups; and written by two authors who combine several decades of expertise in computer system research and development, both in academia and industry.

......(更多)

作者简介

......(更多)

目录

......(更多)

读书文摘

在进程虚拟机中,虚拟软件置于ABI接口处,操作系统和硬件结合部的上层。虚拟软件同时仿真用户级指令(user ISA)和操作系统调用。

在系统虚拟机中,虚拟软件置于ISA接口处,在底层硬件和传统软件之间。

前述的虚拟方法调用的内联方法本质上是一种多版本形式。多版本有两种(或者多种)代码版本,并且一个版本的选择取决于运行时信息,如数据的值或类型信息。对于内联的方法,一个版本是被内联的方法代码,另一个版本是一条invokevirtual指令,而守护选择其中一个版本。

守护(在图中用斜体字显示)检查A[i]看其是否为零。

......(更多)

猜你喜欢

点击查看