WebGlossary.info
Bytecode
- A form of instruction set designed for efficient execution by a software interpreter. Unlike human-readable source code, bytecodes are compact numeric codes, constants, and references (normally numeric addresses) that encode the result of compiler parsing and performing semantic analysis of things like type, scope, and nesting depths of program objects. The name “bytecode” stems from instruction sets that have one-byte opcodes followed by optional parameters. ← Wikipedia
- Previous term: Byte order mark
- Next term: Bézier curve
- Random term: POC