Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 2.22 KB

PLDI15-AEC.README.md

File metadata and controls

38 lines (30 loc) · 2.22 KB

[Paper #194] PLDI 2015 Artifact Evaluation

KJS: A Complete Formal Semantics of JavaScript

Artifact Submission

  • Accepted paper: [pdf]
  • VM image:
    • VMWare: [ova] (~3.5GB) | [md5]
    • VirtualBox: [ova] (~2.8GB) | [md5]
    • login: kjs, passwd: kjs
    • artifact location: /home/kjs/javascript-semantics

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.

Instruction

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).