view graal/com.oracle.truffle.sl.test/tests/Builtins.sl @ 17299:072a25e613ba

Use Arrays.hashCode for hashing array fields.
author Roland Schatz <roland.schatz@oracle.com>
date Wed, 01 Oct 2014 14:24:59 +0200
parents b16ec83edc73
children
line wrap: on
line source

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