inrtoduce block passes. move the allocation there and implement those simple optimisations
This commit is contained in:
@ -18,7 +18,7 @@ module Elf
|
||||
@object.add_section @text
|
||||
|
||||
program.link_at( 0 , program.context )
|
||||
|
||||
program.run_passes
|
||||
binary = program.assemble(StringIO.new )
|
||||
|
||||
blocks = []
|
||||
|
Reference in New Issue
Block a user