编译成字节码 meaning in English
byte code
Examples
- Javassist lets you work with source code , which it compiles into java bytecode
Javassist允许使用源代码进行工作并把源代码编译成字节码。 - Command to bytecode in exactly the same manner as before except for a couple
命令编译成字节码的,所用的方式和以前完全相同(除了为调用psyco而添加的几个 - It actually compiles python to somewhat baroque java source code or directly to bytecode
实际上,它把python编译成(有点复杂) java源代码或直接编译成字节码。 - Javassist uses a simplified version of java source code , which it then compiles into bytecode
Javassist使用java源代码的简化版本,然后再把代码编译成字节码。 - If your system executes strings multiple times , it is a major speedup to precompile to bytecode in this fashion
如果你的系统需要多次执行字符串,以这种方式预编译成字节码可以大大提高速度。