DescriptionFix overlap check in MoveBlock and fix assertion.
The old code was adding a size in words to a byte*. Should use size in
bytes. Also, the assertions were doing signed comparisons on pointers
instead of unsigned. Fixing the assertions makes one of the assertions
identical to the condition just before it.
R=fschneider@chromium.org
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=8704
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|