store three versions of the code in method

source, instructions and binary
This commit is contained in:
Torsten Ruger
2015-10-23 14:41:47 +03:00
parent e0c5bc4c11
commit 897e11ce80
4 changed files with 9 additions and 9 deletions

View File

@ -130,7 +130,7 @@ module Register
# instances are copied (shame on you)
:Class => [:object_layout , :name , :instance_methods , :super_class , :meta_class],
:Dictionary => [:keys , :values ] ,
:Method => [:name , :code ,:arguments , :for_class, :locals ] ,
:Method => [:name , :source , :instructions , :binary ,:arguments , :for_class, :locals ] ,
:Variable => [:type , :name , :value ] ,
:Module => [:name , :instance_methods , :super_class , :meta_class ]
}