Proceedings paper

Title:
Remote Just-in-Time Compilation for Dynamic Languages
Authors:
Publication:
Companion Proceedings of the 2023 ACM SIGPLAN International Conference on Systems, Programming, Languages, and Applications: Software for Humanity
DOI:
Year:
2023
ISBN:
979-8-4007-0384-3/23/10
Link:

Abstract:
Cloud platforms allow applications to meet fluctuating levels of demand through automatic horizontal scaling. These deployment models are characterized by short-lived applications running in resource-constrained environments. This amplifies the overhead of dynamic languages with just-in-time (JIT) compilation. Dynamic-language runtimes suffer from a warmup phase and resource-usage peaks caused by JIT compilation. Offloading compilation jobs to a dedicated server is a possible mitigation for these problems. We propose leveraging remote JIT compilation as a means to enable coordination between the independent instances. By sharing compilation results, aggregating profiles, and adapting the compiler and compilation policy, we strive to improve the peak performance and further reduce the warmup time of these applications. Additionally, an implementation on top of the Truffle framework enables us to bring these benefits to many popular languages.

BibTeX:
@inproceedings{pecimuth_remote_2023,
    title = {{Remote Just-in-Time Compilation for Dynamic Languages}},
    author = {Pečimúth, Andrej},
    year = {2023},
    booktitle = {{Companion Proceedings of the 2023 ACM SIGPLAN International Conference on Systems, Programming, Languages, and Applications: Software for Humanity}},
    publisher = {ACM},
    location = {New York, NY, USA},
    doi = {10.1145/3618305.3623593},
    isbn = {979-8-4007-0384-3/23/10},
    url = {https://doi.org/10.1145/3618305.3623593},
}