Javac编译器
Posted 魔都浪子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Javac编译器相关的知识,希望对你有一定的参考价值。
http://download.java.net/openjdk/jdk8/
http://cdn.parleys.com/p/5148922b0364bc17fc56c995/1355320983023.pdf
\openjdk\langtools\src\share\classes\com\sun\tools\javac\parser\JavacParser.java
protected StringBuilder foldStrings(JCTree tree)
https://en.wikipedia.org/wiki/Constant_folding
http://www.compileroptimizations.com/category/constant_propagation.htm
http://www.cs.wustl.edu/~cytron/cs531/Resources/Papers/cprop.pdf
https://en.wikipedia.org/wiki/String_literal
https://en.wikipedia.org/wiki/Constant_folding
以上是关于Javac编译器的主要内容,如果未能解决你的问题,请参考以下文章