• Title/Summary/Keyword: Bottom-Up Tree Pattern Matching

Search Result 1, Processing Time 0.017 seconds

A study on the generation of JIT compiler using JBURG (JBURG를 이용한 JIT컴파일러 생성에 관한 연구)

  • Kang Kyung-Woo
    • The KIPS Transactions:PartA
    • /
    • v.12A no.1 s.91
    • /
    • pp.59-64
    • /
    • 2005
  • In this paper, we propose a method of generating a JIT compiler using JBURG. JBURG is a tool of generating the code generator using bottom-up tree pattern matching for Java. Our method can be derived from some relations over tree patterns. The proposed scheme is more efficient than JBURG because we can avoid unfruitful tests with the smaller site of the scheme. Furthermore, the relevant analyses needed for this proposal are largely achieved at non- compile time, which secures actual efficiency at compilation time.