Depending on the execution environment, bytecode can be:
- compiled (to the native instructions understood by the CPU) ahead of time and executed as native code (similar to C++)
- compiled just-in-time and executed
- interpreted
- directly executed by a supported processor (bytecode is the native instruction set of some CPUs)
No comments:
Post a Comment