- Accepted paper: [pdf]
- VM image:
NOTE: Since the VM images contain a 64-bit guest OS (Ubuntu 14.04), it may not work if your system does not support a proper virtualization. For example, you may not able to run it in VirtualBox if the CPU does not support hardware virtualization such as AMD-V or VT-x.
Our artifact consists of:
All of the results can be simply reproduced by using run-all.sh
:
$ cd /home/kjs/javascript-semantics
$ ./run-all.sh
NOTE: Running all of the test will take several hours even in a native machine. Thus, running it in a virtual machine would be too heavy.
(For example, run-all.sh
took ~35 hours in the given VirtualBox VM
on the top of a machine with Intel Xeon CPU 3.40GHz and DDR3 RAM 8GB 1600MHz.)
We recommend you to install KJS in a native machine so that you can save time to reproduce all of the results. (Minimum RAM requirement: 4GB).