-
Notifications
You must be signed in to change notification settings - Fork 17
Try | Miniboxing Virtual Machine
Vlad Ureche edited this page Jun 11, 2014
·
12 revisions
The virtual machine comes with the miniboxing project pre-installed. You can get it here: http://chara.epfl.ch/~ureche/Miniboxing-VM.tar.
Warning: The project installed in the virtual machine is awfully out of date, it has been superseded by the Data Representation Transformation virtual machine.
The following guides will explain the basic features installed in the Miniboxing VM and will provide the necessary documentation to get experiments started. To begin, there are several tasks you might be interested in doing:
- reproducing the numbers reported in the Miniboxing OOPSLA paper
-
browsing the project in an IDE with the usual
Ctrl-Click
convenience - exploring the miniboxing transformation on your own by trying to specialize certain pieces of code and checking the results (or even benchmarking the miniboxed code for your example, why not?)
For a more detailed description of the miniboxing project, please see the home page of the wiki.