simple set optimisation
the price of having simple code (generation) is that it is sometimes stupid code that gets generated Filter some of the really daft stuff out
This commit is contained in:
@ -6,7 +6,7 @@ class HelloTest < MiniTest::Test
|
||||
def check
|
||||
machine = Virtual::Machine.boot
|
||||
expressions = machine.compile_main @string_input
|
||||
output_at = Virtual::Machine::FIRST_PASS
|
||||
output_at = "Virtual::SetOptimisation"
|
||||
#{}"Register::CallImplementation"
|
||||
machine.run_before output_at
|
||||
puts Sof.write(machine.space)
|
||||
|
Reference in New Issue
Block a user