checkpointing on the mad road to register allocation

This commit is contained in:
Torsten Ruger
2014-05-13 18:21:24 +03:00
parent b0302948dd
commit f6711ea49c
12 changed files with 86 additions and 76 deletions

View File

@@ -11,7 +11,7 @@ module Vm
class IntegerConstant < Constant
def init int
def initialize int
@integer = int
end
attr_reader :integer