The basic principle of it is to divide every three continuous byte (24bit) into four six-bit values, and then convey each six-bit value as a NVT ASCII character.
它的基本原理是将每个连续的三个字节 ( 2 4位 )数据组合表示为四个六位数值 ,再把每六位数值当作一个NVTASCII字符来传输。
This paper analyzed the execution of Java bytecode and direct threaded optimization technology of interpreter,proposed and implemented a new performance optimization solution of embedded Java VM based on direct threaded technology specially for ARM7 platform.
分析了Java字节码的解释执行和基于解释执行的Direct Threaded Interpreter性能优化技术。