view graal/com.oracle.truffle.sl.test/tests/Builtins.sl @ 14827:2ed3233503b8

Starting point of the baseline bytecode parser
author Niclas Adlertz <niclas.adlertz@oracle.com>
date Thu, 20 Mar 2014 18:09:41 +0000
parents b16ec83edc73
children
line wrap: on
line source

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