
212 Chapter 3 Programs
operands. Bytecodes can also be disassembled into symbolic form as shown in
Table 3-1.
compact virtual
machines
The Connected Limited Device Configuration (CLDC) [Sun05] defines a
virtual machine and APIs for devices with limited resources. Shaylor et al.
[Sha03] describe a JVM implementation based on CLDC.
just-in-time
compilation
Just-in-time (JIT) compilation has become popular with languages such as
Java and C#. These languages are often distributed over the network, and the
same code must execute on a wide variety of platforms. However, a platform-
independent representation that requires some sort of interpretation will not ...