Changes

Jump to: navigation, search

JavaScript:New to SpiderMonkey

99 bytes added, 01:21, 28 May 2014
Correct the test instructions to match the current location of the js shell
It builds. Hurray. Time to run the tests to check you haven't broken anything.
jit-test/jit_test.py build_DBG.OBJ/dist/bin/js(The location of the shell has changed, it used to be build_DBG.OBJ/js)
The trace tests are pretty quick, and should give you an idea if you've gotten something wrong. Assuming nothing goes wrong, try the ref-tests:
tests/jstests.py build_DBG.OBJ/dist/bin/js --args="-m -n"
==== Benchmark your changes ====
cd SunSpider
./sunspider --args="-m -n" --shell=../build_DBG.OBJ/dist/bin/js --run=30 --suite=sunspider-0.9.1
cd ..
Confirm
1
edit

Navigation menu