view graal/com.oracle.truffle.sl.test/tests/Fibonacci.output @ 21026:931b0acc8d2e

Fixed incorrect definition of AbstractBeginNode#anchored and AbstractBeginNode#proxies utility methods.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 20 Apr 2015 14:19:17 +0200
parents ff3136ecb5a7
children
line wrap: on
line source

1: 1
2: 1
3: 2
4: 3
5: 5
6: 8
7: 13
8: 21
9: 34
10: 55