DescriptionAdd kHeaderSize constant to SeqString.
This prevents potential misuse of SeqString::kHeaderSize as in the
case of live byte counting in incremental marking stub. All stubs
picked up the undefined size constant SeqString::kHeaderSize, thus
the computed size of all strings was off by two pointers slots.
R=lrn@chromium.org
BUG=v8:1672
TEST=mjsunit/object-seal.js,...
Committed: http://code.google.com/p/v8/source/detail?r=9349
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed comments by Lasse Reichstein. #
Total comments: 2
Patch Set 3 : Addressed comments by Lasse Reichstein. #
Messages
Total messages: 6 (0 generated)
|