|
|
|
|
|
by edwintorok
4482 days ago
|
|
The use of 'bytecode' is strange when refering to gcc and C code, perhaps 'object code', or executable would've been better. Bytecode is usually reserved for things like the JVM, or other cases where an interpreter/JIT is needed to run your code. |
|
- The GNU Compiler Collection can compile Java, as well as other languages with "bytecode".
- GCC actually has a native intermediate language, it's just not very well advertised.