Raphael Mosaner,
"Machine Learning to Ease Unterstanding of Data Driven Compiler Optimizations"
, in Association for Computing Machinery, New YorkNY, United States: SPLASH Companion 2020: Companion Proceedings of the 2020 ACM SIGPLAN International Conference on Systems, Programming, Languages, and Applications: Software for Humanity, ACM Digital Library, Seite(n) 4-6, 11-2020
Original Titel:
Machine Learning to Ease Unterstanding of Data Driven Compiler Optimizations
Sprache des Titels:
Englisch
Original Buchtitel:
SPLASH Companion 2020: Companion Proceedings of the 2020 ACM SIGPLAN International Conference on Systems, Programming, Languages, and Applications: Software for Humanity
Original Kurzfassung:
Optimizing compilers use - often hand-crafted - heuristics to control optimizations such as inlining or loop unrolling. These heuristics are based on data such as size and structure of the parts to be optimized. A compilation, however, produces much more (platform specific) data that one could use as input. We thus propose the use of machine learning (ML) to derive better optimization decisions from this wealth of data and to tackle the shortcomings of hand-crafted heuristics. Ultimately, we want to shed light on the quality and performance of optimizations by using empirical data with automated feedback and updates in a production compiler.