Fix java code generator including adding tail call support.
This commit is contained in:
@@ -135,7 +135,7 @@ local p = function( s,e )
|
||||
print( s, e and aliases[tostring(e)] or e )
|
||||
end
|
||||
p(pcall(fib_bad, 30))
|
||||
p((pcall(fib_bad, 25000)))
|
||||
--p((pcall(fib_bad, 25000)))
|
||||
p(pcall(fib_good, 30))
|
||||
p(pcall(fib_good, 25000))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user