comparison graal/com.oracle.truffle.sl.test/tests/HelloEqualsWorld.sl @ 15088:d3add9b82b71

change to StackIntrospection and Truffle getStackTrace implementation
author Lukas Stadler <lukas.stadler@oracle.com>
date Mon, 14 Apr 2014 18:20:09 +0200
parents f675818d9ad0
children 6133189d8eea
comparison
equal deleted inserted replaced
15087:f3e74d317e83 15088:d3add9b82b71
17 i = 0; 17 i = 0;
18 while (i < 10) { 18 while (i < 10) {
19 doIt(i); 19 doIt(i);
20 i = i + 1; 20 i = i + 1;
21 } 21 }
22 } 22 }