File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ JDK、JRE、JVM、JIT 这四者的关系如下图所示。
115115
116116根据维基百科介绍:
117117
118- > 为了改善编译语言的效率而发展出的 [ 即时编译] ( https://zh.wikipedia.org/wiki/即時編譯 ) 技术,已经缩小了这两种语言间的差距。这种技术混合了编译语言与解释型语言的优点,它像编译语言一样,先把程序源代码编译成[ 字节码] ( https://zh.wikipedia.org/wiki/字节码 ) 。到执行期时,再将字节码直译,之后执行。[ Java] ( https://zh.wikipedia.org/wiki/Java ) 与[ LLVM] ( https://zh.wikipedia.org/wiki/LLVM ) 是这种技术的代表产物。
118+ > 为了改善解释语言的效率而发展出的 [ 即时编译] ( https://zh.wikipedia.org/wiki/即時編譯 ) 技术,已经缩小了这两种语言间的差距。这种技术混合了编译语言与解释型语言的优点,它像编译语言一样,先把程序源代码编译成[ 字节码] ( https://zh.wikipedia.org/wiki/字节码 ) 。到执行期时,再将字节码直译,之后执行。[ Java] ( https://zh.wikipedia.org/wiki/Java ) 与[ LLVM] ( https://zh.wikipedia.org/wiki/LLVM ) 是这种技术的代表产物。
119119>
120120> 相关阅读:[ 基本功 | Java 即时编译器原理解析及实践] ( https://tech.meituan.com/2020/10/22/java-jit-practice-in-meituan.html )
121121
You can’t perform that action at this time.
0 commit comments