doi.org
JIT-Based Cost Analysis for Dynamic Program Transformations
December 2016 • John Magnus Morton, Patrick Maier, Phil Trinder
Tracing JIT compilation generates units of compilation that are easy to analyse and are known to execute frequently. The AJITPar project investigates whether the information in JIT traces can be used to dynamically transform programs for a specific parallel architecture. Hence a lightweight cost model is required for JIT traces. \n \nThis paper presents the design and implementation of a system for extracting JIT trace information from the Pycket JIT compiler. We define three increasingly parametric cost m…