由于这个原因,对JIT的改变会极大地影响之前编译好的程序集。
Because of this, changes to the JIT can have a significant impact on previously compiled assemblies.
另一种可能是传入一段源代码并返回一颗表达式树,而不是一个编译好的程序集。
One proposed option would be passing in some source code and being returned an expression tree instead of just a compiled assembly.
在传统的非rt环境中,在程序执行时编译代码效果非常好,因为大部分的编译器操作对应用程序性能是透明的。
In a traditional non-RT environment, compiling code while the program executes works well because the compiler's actions are mostly transparent to the application's performance.
Linux驱动程序有两种存在的形式:编译好的驱动程序,在编译内核的时候就被固定的加在里面了,另外一种是模块。
There are two forms of the kernel portion of this equation: compiled-in drivers that are coded in permanently when the kernel is built, and modules.
把编译好的应用程序部署到staging系统上。
与其每次编译程序时都编译一次这种代码,更有效的办法就是,把一个已经编译好的代码放入到库中去。
Rather than compile the program code which does this every time you compile your program, a much more efficient way is to put a compiled version of this code into a library.
虽然大部份C/C++编译器产生的机器码会比一般的程序员要好,但对同一个函数一个好的程序员仍能够做得比一般的编译器要好。
Though most C/C++ compilers produce much better machine code than the average programmer, a good programmer can still do better than the average compiler for a given function.
虽然大部份C/C++编译器产生的机器码会比一般的程序员要好,但对同一个函数一个好的程序员仍能够做得比一般的编译器要好。
Though most C/C++ compilers produce much better machine code than the average programmer, a good programmer can still do better than the average compiler for a given function.
应用推荐