Zur Seitenansicht

Titelaufnahme

Titel
Parallel trace register allocation
AutorInnenEisl, Josef ; Leopoldseder, David ; Mössenböck, Hanspeter
Enthalten in
Proceedings of the 15th International Conference on Managed Languages & Runtimes, ACM, 2018, (2018), S. 7:1-7:7
ErschienenACM, 2018
VersionAccepted version
Anmerkung
Refereed/Peer-reviewed
SpracheEnglisch
Serie
ManLang '18
DokumenttypAufsatz in einem Sammelwerk
Schlagwörter (EN)trace register allocation / concurrent register allocation / parallel register allocation / just-in-time compilation / dynamic compilation / virtual machines / task scheduling
ISBN9781450364249
URNurn:nbn:at:at-ubl:3-271 
Zugriffsbeschränkung
 Das Werk ist gemäß den "Hinweisen für BenützerInnen" verfügbar
Links
Nachweis
Dateien
Klassifikation
Abstract

Register allocation is a mandatory task for almost every compiler and consumes a significant portion of compile time. In a just-in-time compiler, compile time is a particular issue because compilation happens during program execution and contributes to the overall application run time. Parallelization can help here. We developed a theoretical model for parallel register allocation and show that it can be used in practice without a negative impact on the quality of the allocation result. Doing so reduces compilation latency, i.e., the duration until the result of a compilation is available.

Our analysis shows that parallelization can theoretically decrease allocation latency by almost 50%. We implemented an initial prototype which reduces the register allocation latency by 28% when using four threads, compared to the single-threaded allocation.

Notiz
Statistik
Das PDF-Dokument wurde 309 mal heruntergeladen.