JavaScript:New to SpiderMonkey: Difference between revisions

Removed obsolete arguments from shell invocation examples
(Removed obsolete arguments from shell invocation examples)
Line 46: Line 46:
The jit-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 jit-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"
  tests/jstests.py build_DBG.OBJ/dist/bin/js


==== Benchmark your changes ====
==== Benchmark your changes ====
Line 57: Line 57:


  cd SunSpider  
  cd SunSpider  
  ./sunspider --args="-m -n" --shell=../build_DBG.OBJ/dist/bin/js --run=30 --suite=sunspider-0.9.1  
  ./sunspider --shell=../build_DBG.OBJ/dist/bin/js --run=30 --suite=sunspider-0.9.1  
  cd ..
  cd ..


Confirmed users
33

edits