Removing the SlotLanguage
I turned out that that layer did not provide benefit. Data was being shuffled, without gain, so i moved the compiler to the SlotMachine
This commit is contained in:
@ -4,7 +4,6 @@ require_relative "util"
|
||||
require_relative "elf/object_writer"
|
||||
require_relative "risc"
|
||||
require_relative "slot_machine/slot_machine"
|
||||
require_relative "slot_language/slot_compiler"
|
||||
require_relative "arm/arm_machine"
|
||||
require_relative "arm/arm_platform"
|
||||
require_relative "sol/statement"
|
||||
|
Reference in New Issue
Block a user