Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Issue 10034010: Fix WeakMap processing for evacuation candidates. (Closed)

Created:
8 years, 8 months ago by Michael Starzinger
Modified:
8 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix WeakMap processing for evacuation candidates. This fixes processing of WeakMaps so that value entries on an evacuation candidate are correctly recorded in the slots buffer. We didn't pass the correct slot into the backing hashtable while visiting values. Also the live bytes counter for large object space pages was not reset correctly when incremental marking is aborted. R=vegorov@chromium.org BUG=v8:2060 TEST=cctest/test-weakmaps/Regress2060 Committed: https://code.google.com/p/v8/source/detail?r=11264

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -10 lines) Patch
M src/mark-compact.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-weakmaps.cc View 4 chunks +39 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years, 8 months ago (2012-04-11 09:04:23 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 8 months ago (2012-04-11 09:06:21 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698