rubyx/lib/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
..
argument_transfer.rb Unify instruction namings also dirs 2020-03-22 14:31:43 +02:00
block_yield.rb did block yield 2020-03-22 14:31:43 +02:00
check.rb did return sequence 2020-03-22 14:31:43 +02:00
dynamic_call.rb add constants automatically 2020-03-22 14:31:43 +02:00
instruction.rb Unify instruction namings also dirs 2020-03-22 14:31:43 +02:00
jump.rb Unify instruction namings also dirs 2020-03-22 14:31:43 +02:00
label.rb Unify instruction namings also dirs 2020-03-22 14:31:43 +02:00
message_setup.rb Unify instruction namings also dirs 2020-03-22 14:31:43 +02:00
not_same_check.rb Unify instruction namings also dirs 2020-03-22 14:31:43 +02:00
resolve_method.rb Fix interpreter and resolve method 2020-03-22 14:31:43 +02:00
return_jump.rb Unify instruction namings also dirs 2020-03-22 14:31:43 +02:00
return_sequence.rb did return sequence 2020-03-22 14:31:43 +02:00
same_check.rb Unify instruction namings also dirs 2020-03-22 14:31:43 +02:00
simple_call.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
slot_load.rb Unify instruction namings also dirs 2020-03-22 14:31:43 +02:00
truth_check.rb did return sequence 2020-03-22 14:31:43 +02:00