https://github.com/keil/TreatJS
Raw File
Tip revision: 231ed8ac396c3e9e4f402c55cea66520edcbb45a authored by keilr on 24 March 2017, 11:15:44 UTC
change version number
Tip revision: 231ed8a
NOTES
* To run the benchmark a symlink 'js.transparent' to the JavaScript engine is
  required.

* Every benchmark must run for its own.

* Use `make inference` to infer types informations.

* Use `make <benchmark>` to run a particular benchmark program.

* Use `make run` to run all benchmarks and to write the output to a file.

* Use `vpt -w pool4 -p#99 -V LD_LIBRARY_PATH=$LD_LIBRARY_PATH -c "make octane"`
  to run it on akoakoa.
  (see also https://swt.informatik.uni-freiburg.de/service/compute-server)
back to top