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

Issue 1418453008: [heap] Separate out optimized code map processing. (Closed)

Created:
5 years, 1 month ago by Michael Starzinger
Modified:
5 years, 1 month ago
Reviewers:
ulan
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Separate out optimized code map processing. This separates the post-processing step for optimized code maps out of the CodeFlusher. It uses the complete SharedFunctionInfo::Iterator to visit all candidates instead of gathering candidates during marking. Gathering candidates during marking no longer makes sense, now that the majority of SharedFunctionInfo objects will hold such an optimized code map. Also it reduces complexity of the implementation. Also conflating this mechanism with "code flushing" was confusing. This reverts commit 7f1fb29faa4fe8ebd39d69fdfcdd1f2a3ac09579. R=ulan@chromium.org Committed: https://crrev.com/087513d6d4a710f7360d2a71abb4e324168ad571 Cr-Commit-Position: refs/heads/master@{#31876}

Patch Set 1 #

Patch Set 2 : Workaround. #

Patch Set 3 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -197 lines) Patch
M src/heap/gc-tracer.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/gc-tracer.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/heap/mark-compact.h View 5 chunks +8 lines, -18 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 5 chunks +73 lines, -129 lines 0 comments Download
M src/heap/mark-compact-inl.h View 2 chunks +0 lines, -28 lines 0 comments Download
M src/heap/objects-visiting-inl.h View 1 2 2 chunks +12 lines, -11 lines 0 comments Download
M src/objects.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/objects.cc View 1 2 chunks +19 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Michael Starzinger
As discussed offline, there is a race between the mutator adding a new entry and ...
5 years, 1 month ago (2015-11-06 09:53:30 UTC) #1
ulan
lgtm
5 years, 1 month ago (2015-11-06 14:37:33 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418453008/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418453008/40001
5 years, 1 month ago (2015-11-09 10:50:01 UTC) #5
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-09 11:05:25 UTC) #6
commit-bot: I haz the power
5 years, 1 month ago (2015-11-09 11:06:00 UTC) #7
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/087513d6d4a710f7360d2a71abb4e324168ad571
Cr-Commit-Position: refs/heads/master@{#31876}

Powered by Google App Engine
This is Rietveld 408576698