The Unthinkable: Automated Theorem Provers for (Tracing) Just-in-time Compilers

  • Nikolai Tillmann ,
  • ,
  • Wolfram Schulte ,
  • Herman Venter ,
  • Manuel Fahndrich

FIT at PLDI'10 |

FIT at PLDI'10

Publication

Tracing just-in-time compilers (TJITs) determine frequently executed traces (hot paths and loops) at run time. These traces are then analyzed and optimized, and finally specialized machine code is generated. Up to now, TJITs employed standard compiler construction algorithms to analyze and optimize traces. We propose to leverage automated theorem provers to optimize traces at run time.