view graal/com.oracle.truffle.sl.test/tests/Builtins.sl @ 15077:8196aa2170d8

put CompileTheWorld log statement behind verbose option
author Doug Simon <doug.simon@oracle.com>
date Sun, 13 Apr 2014 22:53:47 +0200
parents b16ec83edc73
children
line wrap: on
line source

function main() {  
  println("Hello World!");  
  nanoTime();  
}