rename code.length tp mem_length with lots of noise impact

This commit is contained in:
Torsten Ruger
2014-09-16 17:16:56 +03:00
parent cffa7f1953
commit 8b8a8eea56
14 changed files with 124 additions and 50 deletions

View File

@@ -8,7 +8,7 @@ module Virtual
# additionally frame, self and return are slots in Message and NewMessage
class Slot < Value
class Slot
RETURN = 0
SELF = 1
FRAME = 2