Skip to content
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:

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