-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Vlad Ureche edited this page Jun 2, 2013
·
27 revisions
Welcome to the miniboxing plugin wiki!
TODO: Introduction
The project consists of multiple parts:
- Miniboxing-plugin: The Scala compiler plugin that specializes code
- Miniboxing-classloader: The specializing classloader, which does a more in-depth specialization of code, at runtime, to ensure better performance
- Miniboxing-runtime: The runtime support, which allows miniboxed values to interact with the environment
- Miniboxing-benchmarks: The set of benchmarks used to test the performance of the miniboxed transformations
- Miniboxing-tests: The set of files used to check the correctness of the miniboxing plugin