rubyx/test/slot_machine/instructions
Torsten 5b0c1195e4 Fix interpreter and resolve method
Interpreter was not handling ssa correctly (ie overwriting)
Resolve was assuming wrong registers (also non ssa)
return value still broken
2020-03-22 14:31:43 +02:00
..
helper.rb Unify instruction namings also dirs 2020-03-22 14:31:43 +02:00
test_argument_transfer.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
test_block_yield.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
test_dynamic_call.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
test_jump.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
test_label.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
test_message_setup.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
test_not_same_check.rb fix all uses of operators now they are ssa 2020-03-22 14:31:43 +02:00
test_resolve_method.rb Fix interpreter and resolve method 2020-03-22 14:31:43 +02:00
test_return_jump.rb still fixing instruction tests 2020-03-22 14:31:43 +02:00
test_return_sequence.rb fix return sequence 2020-03-22 14:31:43 +02:00
test_same_check.rb fix all uses of operators now they are ssa 2020-03-22 14:31:43 +02:00
test_simple_call.rb finally did assert_function_call 2020-03-22 14:31:43 +02:00
test_slot_load1.rb fix remaining slot instruction tests 2020-03-22 14:31:43 +02:00
test_slot_load2.rb fix remaining slot instruction tests 2020-03-22 14:31:43 +02:00
test_slot_load3.rb fix remaining slot instruction tests 2020-03-22 14:31:43 +02:00
test_slot_load.rb fix remaining slot instruction tests 2020-03-22 14:31:43 +02:00
test_truth_check.rb fix all uses of operators now they are ssa 2020-03-22 14:31:43 +02:00