首页    期刊浏览 2024年10月06日 星期日
登录注册

文章基本信息

  • 标题:Eliminating Exception Constraints of Java Programs for IA-64
  • 本地全文:下载
  • 作者:Kazuaki Ishizaki ; Tatsushi Inagaki ; Hideaki Komatsu
  • 期刊名称:The Journal of Instruction-Level Parallelism
  • 电子版ISSN:1942-9525
  • 出版年度:2003
  • 卷号:5
  • 页码:1-22
  • 出版社:International Symposium on Microarchitecture
  • 摘要:Java exception checks are designed to ensure that any faulting instruction causing a hard ware exception does not terminate the program abnormally. These checks, however, impose some con-straints upon the execution order between an instruction potentially raising a Java exception and a faulting instruction causing a hardware exception. This reduces the effectiveness of instruction re-ordering optimizations for Java programs. Although so me effective techniques have been pro-posed to eliminate exception checks, many exception checks still remain. We propose a new framework to perform speculation effectively for Java programs using a direct acyclic graph rep-resentation (DAG) based on the SSA form. Using this framework, we apply a well-known specu-lation technique to a faulting load instruction to eliminate such constraints. We use edges to repre-sent exception constraints. This allows us to estimate the potential reduction of the critical path length accurately for applying speculation. The new framework also allows us to avoid extra copy instructions and to generate efficient code with minimu m register pressure. We have implemented it in the IBM Java Just-In-Time compiler, and observed performance improvements of 30% for one of the micro-benchmark programs, up to 13% (with an average of 1.7%) for the Java Grande Benchmark Suite, and up to 12% (with an average of 1.2%) for SPECjvm98 on an Itanium proces-sor. Our speculation technique was particularly effective for those programs that access multi-dimensional arrays
国家哲学社会科学文献中心版权所有