Samenvatting
Trace-based JIT compilers identify frequently executed program paths at run-time and subsequently record, compile and optimize their execution. In order to improve the performance of the generated machine instructions, JIT compilers heavily rely on dynamic analysis of the code. Existing work treats the components of a JIT compiler as a monolithic whole, tied to particular execution semantics. We propose a formal framework that facilitates the design and implementation of a tracing JIT compiler and its accompanying dynamic analyses by decoupling the tracing, optimization, and interpretation processes. This results in a framework that is more configurable and extensible than existing formal tracing models. We formalize the tracer and interpreter as two abstract state machines that communicate through a minimal, well-defined interface. Developing a tracing JIT compiler becomes possible for arbitrary interpreters that implement this interface. The abstract machines also provide the necessary hooks to plug in custom analyses and optimizations.
Originele taal-2 | English |
---|---|
Titel | Proceedings of the 13th International Workshop on Dynamic Analysis (WODA) |
Plaats van productie | New York, NY, USA |
Uitgeverij | ACM |
Pagina's | 25-30 |
Aantal pagina's | 6 |
ISBN van geprinte versie | 978-1-4503-3909-4 |
DOI's | |
Status | Published - 26 okt 2015 |
Evenement | 13th International Workshop on Dynamic Analysis (WODA15) - Sheraton Station Square Hotel, Pittsburgh, PA, United States Duur: 26 okt 2015 → 26 okt 2015 |
Workshop
Workshop | 13th International Workshop on Dynamic Analysis (WODA15) |
---|---|
Land/Regio | United States |
Stad | Pittsburgh, PA |
Periode | 26/10/15 → 26/10/15 |
Keywords
- tracing JIT compilation
- operational semantics
- dynamic analysis