Abstract
Self-optimizing AST interpreters dynamically adapt to the provided input for faster execution. This adaptation includes initial tests of the input, changes to AST nodes, and insertion of guards that ensure assumptions still hold. Such specialization and speculation is essential for the performance of dynamic programming languages such as JavaScript. In traditional procedural and objectoriented programming languages it can be tedious to write selfoptimizing AST interpreters, as those languages fail to provide constructs that would specifically support that. This paper introduces a declarative domain-specific language (DSL) that greatly simplifies writing self-optimizing AST interpreters. The DSL supports specialization of operations based on types of the input and other properties. It can then use these specializations directly or chain them to represent the operation with the minimum amount of code possible. The DSL significantly reduces the complexity of expressing specializations for those interpreters. We use it in our high-performance implementation of JavaScript, where 274 language operations have an average of about 4 and a maximum of 190 specializations. In addition, the DSL is used in implementations of Ruby, Python, R, and Smalltalk.
Publisher
Association for Computing Machinery (ACM)
Subject
Computer Graphics and Computer-Aided Design,Software
Reference33 articles.
1. Project Lombok. URL http://projectlombok.org/. Project Lombok. URL http://projectlombok.org/.
2. Meta programming system. URL http://www.jetbrains.com/mps. Meta programming system. URL http://www.jetbrains.com/mps.
3. Xtext. URL http://www.eclipse.org/Xtext/. Xtext. URL http://www.eclipse.org/Xtext/.
4. TruffleSOM: A file-based Smalltalk implementation built with truffle. 2014. URL https://github.com/smarr/TruffleSOM. TruffleSOM: A file-based Smalltalk implementation built with truffle. 2014. URL https://github.com/smarr/TruffleSOM.
5. A DSL for writing type systems for Xtext languages
Cited by
10 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Quff: A Dynamically Typed Hybrid Quantum-Classical Programming Language;Proceedings of the 21st ACM SIGPLAN International Conference on Managed Programming Languages and Runtimes;2024-09-13
2. On Polyglot Program Testing;Companion Proceedings of the 32nd ACM International Conference on the Foundations of Software Engineering;2024-07-10
3. TASTyTruffle: Just-in-Time Specialization of Parametric Polymorphism;Proceedings of the ACM on Programming Languages;2023-10-16
4. SEALS: a framework for building self-adaptive virtual machines;Proceedings of the 14th ACM SIGPLAN International Conference on Software Language Engineering;2021-10-17
5. Towards self-adaptable languages;Proceedings of the 2021 ACM SIGPLAN International Symposium on New Ideas, New Paradigms, and Reflections on Programming and Software;2021-10-17