Samenvatting
Trace-based just-in-time compilers use program analyses to optimise execution traces. These analyses are limited in scope to the parts of the program that have been traced. In this position paper, we conjecture that trace optimisations can benefit from extending the scope of their enabling analyses beyond these traces to the set of possible future execution states of the program. This by incorporating a static analysis which, however, necessarily over-approximates this set. We therefore propose to continuously refine the set of future states computed by an initial, ahead-of-time analysis using run-time information about the current execution state of the program. Additional static analyses launched at run time could further refine the information about the future of the current and all possible states. We expect that the resulting, hybrid program view of static and dynamic information may enable additional optimisations on collected traces and that these optimisations may overcome the computational overhead of keeping the view up-to-date.
Originele taal-2 | English |
---|---|
Titel | Proceedings of the Virtual Machines and Intermediate Languages Workshop 2016 (VMIL'16) |
Uitgeverij | ACM |
Pagina's | 16-23 |
Aantal pagina's | 8 |
ISBN van elektronische versie | 978-1-4503-4645-0 |
DOI's | |
Status | Published - 31 okt 2016 |
Evenement | Virtual Machines and Intermediate Languages Workshop 2016 - Amsterdam, Netherlands Duur: 31 okt 2016 → 31 okt 2016 http://2016.splashcon.org/track/vmil2016 |
Workshop
Workshop | Virtual Machines and Intermediate Languages Workshop 2016 |
---|---|
Verkorte titel | VMIL 2016 |
Land/Regio | Netherlands |
Stad | Amsterdam |
Periode | 31/10/16 → 31/10/16 |
Internet adres |
Keywords
- JIT Compilation
- Hybrid Analysis
- Static Analysis
- Incremental Analysis