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:
Torsten Ruger
2015-06-21 17:25:27 +03:00
parent aafb179c61
commit f3ee11fca5
2 changed files with 20 additions and 1 deletions

View File

@ -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)