Fight the Future

Java言語とJVM、そしてJavaエコシステム全般にまつわること

2018-01-16から1日間の記事一覧

GraalのJavaバイトコードからグラフ生成の実装

jvm

今回はGraalのJavaバイトコードからグラフ生成の処理を、JVMCIコンパイラの実装クラスであるorg.graalvm.compiler.hotspot.HotSpotGraalCompilerから見ていきます。 /** * Gets a graph produced from the intrinsic for a given method that can be compile…