错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Model for Evaluating Points-to Analysis in GraalVM Native Image Using Instrumentation-Based Profiling

  • Petar Đekanović,
  • Maja Vukasović,
  • Dragan Bojić

摘要

Static analysis is an essential part of modern ahead-of-time compilers. The level of optimisation and the execution performance of a program directly depends on the analysis results. This paper presents a methodology for empirically evaluating the quality of static analysis implemented in the state-of-the-art Java AOT compiler – GraalVM Native Image. The model combines the data from the points-to analysis with the data from the instrumentation-based profiler to evaluate a generated binary. Finally, we present the initial results of our prototype on exemplary Java programs.