Bytecode
Sign in to saveAlso known as p-code, byte-code, portable code
Bytecode (also called portable code or p-code) is an intermediate representation 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.
Wikidata facts
- Subclass of
- instruction set architecture
- Has use
- interpreted language
Show 3 more facts
- Stack Exchange tag
- stackoverflow.com/tags/bytecode
- different from
- intermediate representation
- used by
- intermediate representation
Sources (3)
via Wikidata · CC0