"bytecode" is a blanket term for opcodes that are consumed by a virtual machine. For example, the JVM runs bytecode stored in .class files and the CPython interpreter runs bytecode stored in .pyc files.
Synonyms
byte-codeStats
created |
2 years ago |
viewed |
27 times |
editors |
0 |
Recent Hot Answers
Incomplete java byte codeWhere does Scala store information that cannot be represented in Java?
Why does Scala compiler for .NET ignore the meaning of val?
JVM bytecode limitations on class-class interactions
Does nodejs/V8 store compiled machine code anywhere on disk?
more »
Related Tags
java × 421jvm × 94
python × 61
java-bytecode-asm × 57
compiler × 42
bytecode-manipulation × 34
assembly × 30
bcel × 24
instrumentation × 24
interpreter × 22
compilation × 22
scala × 20
actionscript-3 × 19
reflection × 17
optimization × 16
javassist × 16
class × 15
dalvik × 14
llvm × 14
.net × 14
javac × 14
c# × 14
classloader × 13
decompiling × 13