hoist parfait boot out of the machine boot

This commit is contained in:
Torsten Ruger
2018-06-30 00:39:23 +03:00
parent 8d7a2fe4d6
commit 46d8f5002f
35 changed files with 62 additions and 33 deletions

View File

@ -15,6 +15,7 @@ module RubyX
end
def self.ruby_to_binary(source , platform = :arm)
Parfait.boot!
machine = Risc.machine.boot
ruby_to_mom(source)
machine.translate(platform)