在自己的机器上编译自己跑的程序,叫做本地编译(native compile)在自己机器上编译其他机器跑的程序,叫交叉编译(cross compile)因为编译是一个很消耗资源(cpu 内存 磁盘)的事情,所以很多嵌入式...
基于8个网页-相关网页
Compile to native code 编译为本机代码
Once your program is compiled to bytecode, you can compile it to native code.
一旦你的程序被编译成字节码,你就可以将他们编译为本地代码。
JIT compilers selectively compile the most frequently executing methods to native code while programs are running.
程序运行时,JIT编译器选择将最频繁执行的方法编译成本地代码。
Finally, you need to load the library that the native code will ultimately compile to.
最后,你需要加载原生代码最终编译到的库。
应用推荐