Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
research:software:gradualtalk:ggt [2014/03/28 04:30] eallenderesearch:software:gradualtalk:ggt [2014/03/31 12:26] eallende
Line 9: Line 9:
  
 The benchmark suite is ready to run in a Windows or Linux machine. To run in another OS with bash, the corresponding [[http://files.pharo.org/vm/cog/|Cog VM]] needs to be downloaded. The benchmarks have only been run on Windows and Linux. For MacOS, the path to the actual virtual machine inside the application package is ''CogVM.app/Contents/MacOS/CogVM'' Also on Mac, the VM does not run completely headless, please ignore the window that pops up when the benchmarks are run. The benchmark suite is ready to run in a Windows or Linux machine. To run in another OS with bash, the corresponding [[http://files.pharo.org/vm/cog/|Cog VM]] needs to be downloaded. The benchmarks have only been run on Windows and Linux. For MacOS, the path to the actual virtual machine inside the application package is ''CogVM.app/Contents/MacOS/CogVM'' Also on Mac, the VM does not run completely headless, please ignore the window that pops up when the benchmarks are run.
- 
  
 ===== Contents of the image =====  ===== Contents of the image ===== 
Line 35: Line 34:
   Linux: ./rggt.sh   Linux: ./rggt.sh
  
 +==== Qualifier syntax ====
 +The syntax for the qualifiers are:
 +
 +  Up qualifier:   ^^   Ex: ^^Integer, ^^(->String)
 +  Down qualifier: vv   Ex: vvString, vv(Integer->vvString)
  
 ===== Benchmarks =====  ===== Benchmarks =====