byte-code compiler

<programming, tool> A compiler which outputs a program in some kind of byte-code. This program is then 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.

(04 Nov 1995)