Byte-code

Get Babylon's Translation Software! Free Download Now!
Babylon 8 - Your all-in-one solution
Award winning translation software trusted by millions. Translate from any language to any language.
View Demo



Wikipedia English The Free EncyclopediaDownload this dictionary
Bytecode
Bytecode is a binary representation of an executable program designed to be executed by a virtual machine rather than by dedicated hardware. Since it is processed by software, it is usually more abstract than machine code. Different parts of a program are often stored in separate files, similar to object modules.
See more at Wikipedia.org...

This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License

FOLDOC DictionaryDownload this dictionary
byte-code
<file formatsoftware> A binary file containing an executable program, formed by a sequence of op code/data pairs.
Byte-code op codes are most often fixed size binary patterns, but can be variable size. The data portion consists of zero or more bits, the format of the data portion may be determined by the identifier. The data is most often variable in size.
In some cases, by clever design, (e.g. some RISC instruction sets) the identifier/data pair is a fixed size. This can provide performance benefits.
A byte-code program is normally interpreted by a byte-code interpreter. The advantage of this technique compared with outputing machine code for a particular processor is that the same byte-code can be executed on any processor on which the byte-code interpreter runs. The byte-code may be compiled to machine code ("native code") for speed of execution but this usually requires significantly greater effort for each new taraget architecture than simply porting the interpreter.
For example, Java is compiled to byte-code which runs on the Java Virtual Machine.
(1998-08-30)


(c) Copyright 1993 by Denis Howe

Define Byte-code

Translate Byte-code





| Byte-code in French | Byte-code in Italian | Byte-code in Spanish | Byte-code in Dutch | Byte-code in Portuguese | Byte-code in German | Byte-code in Russian | Byte-code in Japanese | Byte-code in Swedish