Confirmed users
33
edits
No edit summary |
m (Nowadays -m -n is the default, not -m -j -p) |
||
Line 44: | Line 44: | ||
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: | 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/js --args="-m - | tests/jstests.py build_DBG.OBJ/js --args="-m -n" | ||
==== Benchmark your changes ==== | ==== Benchmark your changes ==== | ||
Line 55: | Line 55: | ||
cd SunSpider | cd SunSpider | ||
./sunspider --args="-m - | ./sunspider --args="-m -n" --shell=../build_DBG.OBJ/js --run=30 --suite=sunspider-0.9.1 | ||
cd .. | cd .. | ||