fix passes, add noop reduction, remove the wretched value operators

This commit is contained in:
Torsten Ruger
2014-06-11 21:36:22 +03:00
parent 4e6319b753
commit b125a7c5c7
6 changed files with 42 additions and 26 deletions

View File

@ -32,6 +32,7 @@ HERE
def test_kernel_fibo
int = Vm::Integer.new(1)
fibo = @object_space.get_or_create_class(:Object).get_or_create_function(:fibo)
#HACk this with send
main = @object_space.main
main.mov int , 10
ret = main.call( fibo )