-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Vlad Ureche edited this page Aug 13, 2013
·
27 revisions
Welcome to the miniboxing plugin wiki!
To try the miniboxing plugin, you have two options:
- use the Miniboxing virtual machine with the project already installed
- install the project on your own machine
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