rubyx/test/compiler/statements
Torsten Ruger 6c7e4c0fe2 stop pinning self and frame
before: r0-message , r1-self , r2-frame , r3-new_message , r4 + tmps
now: r0-message , r1-new_message , r2 + tmps
programs got smaller, less fuss
also fix in return implementation that got the address from the wrong
message
2015-10-18 17:20:19 +03:00
..
helper.rb fix and test assign 2015-10-15 13:08:53 +03:00
test_all.rb add while statement tests 2015-10-16 13:17:02 +03:00
test_assign.rb stop pinning self and frame 2015-10-18 17:20:19 +03:00
test_call.rb stop pinning self and frame 2015-10-18 17:20:19 +03:00
test_if.rb wrap in register module for shorter result names 2015-10-15 10:24:10 +03:00
test_return.rb stop pinning self and frame 2015-10-18 17:20:19 +03:00
test_while.rb stop pinning self and frame 2015-10-18 17:20:19 +03:00