DescriptionFix map modification in transition tree traversal.
While traversing the transition tree we build a work-list using the map
field of maps. Setting those map values with a write barrier causes
black-to-gray changes on maps which are currently not recognized as
such, hence their computed size might be off.
R=vegorov@chromium.org
BUG=v8:1672
TEST=cctest/test-decls/Present
Committed: http://code.google.com/p/v8/source/detail?r=9498
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed comment by Vyacheslav Egorov. #
Messages
Total messages: 3 (0 generated)
|