increase binary_code size to 32
save a few jump, adds some size to binary 16 just seemed kind of small
This commit is contained in:
@ -120,7 +120,7 @@ module Parfait
|
||||
Data8: :DataObject ,
|
||||
Data16: :DataObject ,
|
||||
Data32: :DataObject ,
|
||||
BinaryCode: :Data16 ,
|
||||
BinaryCode: :Data32 ,
|
||||
Integer: :Data4 ,
|
||||
Word: :Data8 ,
|
||||
List: :Data16 ,
|
||||
|
Reference in New Issue
Block a user