From d5aca308d12d3838c645e1f787e2abc9257ce43e Mon Sep 17 00:00:00 2001 From: Daejun Park Date: Thu, 19 Feb 2015 12:29:19 -0600 Subject: [PATCH] Update PLDI15-AEC.README.md --- PLDI15-AEC.README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PLDI15-AEC.README.md b/PLDI15-AEC.README.md index c83d8d0..fcc0c7d 100644 --- a/PLDI15-AEC.README.md +++ b/PLDI15-AEC.README.md @@ -32,4 +32,7 @@ All of the results can be simply reproduced by using [`run-all.sh`](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. 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). +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).