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

Issue 149392: Skip the write barrier for global property cell writes. The heap... (Closed)

Created:
11 years, 5 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Skip the write barrier for global property cell writes. The heap verification code was refactored to avoid verifying that property cells have correct remembered sets. Committed: http://code.google.com/p/v8/source/detail?r=2423

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -161 lines) Patch
M src/arm/stub-cache-arm.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/heap.cc View 1 chunk +13 lines, -5 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/objects-inl.h View 1 chunk +10 lines, -1 line 0 comments Download
M src/spaces.h View 8 chunks +17 lines, -15 lines 0 comments Download
M src/spaces.cc View 3 chunks +71 lines, -133 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 5 months ago (2009-07-09 14:27:05 UTC) #1
Kasper Lund
11 years, 5 months ago (2009-07-09 14:31:09 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698