rebooting tests for small compiles

This commit is contained in:
Torsten Ruger
2015-07-18 15:28:57 +03:00
parent 7b1e89effb
commit b83f50c57c
9 changed files with 61 additions and 59 deletions

View File

@ -71,10 +71,6 @@ module Virtual
@codes.inject(0){|count , instruction| count += instruction.byte_length }
end
def to_s
Sof.write(self)
end
private
# helper for determining reachable blocks
def add_next ret

View File

@ -9,9 +9,6 @@ module Virtual
# instructions, thus defining a minimal set of instructions needed to implement oo.
class Instruction
def to_s
Sof.write(self)
end
end
end

View File

@ -128,13 +128,6 @@ module Parfait
old_length = old_length - 1
end
end
def to_s
Sof.write(self)
end
def inspect
to_s
end
end
class List
def to_sof_node(writer , level , ref )