Specials
 
 
Green CHROME DIOPSIDE gemstone bottle rough Gems in a Bottle gem stones jar Crafts samples nice 1
 Green CHROME DIOPSIDE bottle Gems in a Bottle jar Crafts samples nice 1 
 
ROSEWOOD tropical wood raw hardwood chunk piece Machaerium schleroxylon 4 grams brown very nice
 ROSEWOOD tropical wood raw hardwood chunk piece Machaerium schleroxylon 4 grams brown very nice 
 
SUGILITE gemstone bottle rough Gems in a Bottle gem stones jar Craft tumbled knick knack samples 1
 SUGILITE bottle Gems in a Bottle jar Craft tumbled knick knack samples 1 
 
Peach MOONSTONE gemstone bottle rough Gem stones in a Bottle gems jar Craft samples very nice 1
 Peach MOONSTONE bottle Gem in a Bottle jar Craft samples very nice 1 
 
Yellow green CHRYSOBERYL gemstone bottle rough Gems in a Bottle gem stones jar Crafts samples nice 1
 Yellow green CHRYSOBERYL bottle Gems in a Bottle jar Crafts samples nice 1 
 
Office Supplies ~~ Buy Posters ~~ A-Z Products ~~ Website Advertising


Byte-code - Wikipedia

<<Up     Contents

Byte-code

Redirected from Bytecode

Byte-code is a sort of intermediate code[?] that is more abstract than machine code. It is often treated as a binary file containing an executable program much like an object module[?], which is a binary file[?] containing a machine code produced by compilers.

Byte-code is called so because usually each op code is one-byte length but the length of instruction code varies. Each instruction has one byte operation code from 0 to 255 followed by parameters such as registers or memory address. This is a typical case, but the specification of bytecode largely varies in language.

As is in intermediate code, it is a form of output code used by programming language implementors to reduce dependence on specific hardware and ease interpretation.

Less commonly, bytecode is used as an intermediate[?] code of a compiler. Some systems, called dynamic translators, or "just-in-time" (JIT) compilers, translate bytecode into machine language immediately prior to runtime to improve execution speed.

A byte-code program is normally interpreted by a byte-code interpreter (usually called virtual machine since it is like a computer machine). The advantage is portability, that is, the same binary code can be executed across different platforms or architectures. This is the same advantage as that of interpreted languages. However, because bytecode is usually less abstract, more compact, and more computer-centric than program code that is intended for human modification, the performance is usually better than mere interpretation. Because of its performance advantage, today many interpreted languages are actually compiled into bytecode once then executed by bytecode interpreter. Such languages include Perl and Python. Java code is typically transmitted as bytecode to a receiving machine, which then uses a JIT to translate the bytecode to machine code before execution. The current implementation of the Ruby programming language actually does not use bytecode, instead, it relies on tree-like structures, which resembles intermediate representation used in compilers.

Also of interest are p-codes, which are just like byte codes, but may be physically larger than a single byte and may vary in size (much like Opcodes do). They work at very high levels, such as "print this string" and "clear the screen". Both BASIC and some versions of Pascal use p-codes.

Examples

wikipedia.org dumped 2003-03-17 with terodump




 
 
Green CHROME DIOPSIDE gemstone bottle rough Gems in a Bottle gem stones jar Crafts samples nice 1
 Green CHROME DIOPSIDE bottle Gems in a Bottle jar Crafts samples nice 1 
 
ROSEWOOD tropical wood raw hardwood chunk piece Machaerium schleroxylon 4 grams brown very nice
 ROSEWOOD tropical wood raw hardwood chunk piece Machaerium schleroxylon 4 grams brown very nice 
 
SUGILITE gemstone bottle rough Gems in a Bottle gem stones jar Craft tumbled knick knack samples 1
 SUGILITE bottle Gems in a Bottle jar Craft tumbled knick knack samples 1 
 
Peach MOONSTONE gemstone bottle rough Gem stones in a Bottle gems jar Craft samples very nice 1
 Peach MOONSTONE bottle Gem in a Bottle jar Craft samples very nice 1 
 
Yellow green CHRYSOBERYL gemstone bottle rough Gems in a Bottle gem stones jar Crafts samples nice 1
 Yellow green CHRYSOBERYL bottle Gems in a Bottle jar Crafts samples nice 1