-
Bug
-
Resolution: Fixed
-
P4
-
17, 18
-
b21
The literal_size functions are used to estimate the size of held objects in some of our hashtables.
Two bugs:
1) They return int, but the returned value is in bytes and could be larger than MAX_INT.
2) Non-String objects report words instead of bytes.
Two bugs:
1) They return int, but the returned value is in bytes and could be larger than MAX_INT.
2) Non-String objects report words instead of bytes.