Welcome 的,为了提高软体的效率,甚至不用修改程式源码语法,只要修改后位法的中间码即可。 2.以硬体来讲,只要变换及时编译器( JIT, Just-In-Time compiler ) 即可,因此很容易地把程式放在不同的平台上执行,也就是说,设计标的编译器 ( Target Comp
基于12个网页-相关网页
也 有一种比较快,但是也需要更多内存的实现:及时编译(just-in-time compiler)。在这种实现中,当一个方法被初次调用时被编译为本地机器码(native machine code),执行后会被缓存,但再次调用这个方法时直接...
基于8个网页-相关网页
Just-in-time compiler assisted garbage collection 即时编译器辅助的垃圾收集
We implement the algorithm as an optimization pass of Harmony’s Just-In-Time Compiler. The experiment results show that it can improve the throughputs of specjbb2005 by 1%3%.4.
笔者在Harmony的即时编译器中以高级中间表示上的优化遍形式实现该算法,实验结果表明它对specjbb2005吞吐量的提高可达到1%3%。
参考来源 - 基于即时编译器的Java语言同步优化研究·2,447,543篇论文数据,部分数据来源于NoteExpress
Porting the just-in-time compiler to new hardware platforms.
将即时编译器移植到新的硬件平台。
For example, a just-in-time compiler can monitor which code is executed frequently and optimize just that code for speed.
例如,即时编译器可以监测一些被经常执行代码和,同时进行优化以提高速度。
Native code is compiled (and can be recompiled) by a Just-in-time (JIT) compiler while the application runs, based on which classes and methods are invoked frequently.
本机代码在应用程序运行时由即时(JIT)编译器编译(而且可以重新编译),基于经常调用的类和方法。
应用推荐