fixing assembly

position code changed and linking too
passes not working
This commit is contained in:
Torsten Ruger
2015-05-24 18:05:20 +03:00
parent 95ac024421
commit 2ccbea04b9
15 changed files with 111 additions and 182 deletions

View File

@ -42,7 +42,9 @@ module Virtual
def run_passes
#TODO puts "INIT #{@init}"
@passes.each do |pass_class|
puts "run pass #{pass_class}"
blocks = []#[@init] #TODO + @main.blocks
@space.classes.values.each do |c|
c.instance_methods.each do |f|