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

Issue 1434503003: Revert of [heap] Separate out optimized code map processing. (Closed)

Created:
5 years, 1 month ago by Michael Hablich
Modified:
5 years, 1 month ago
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

Revert of [heap] Separate out optimized code map processing. (patchset #3 id:40001 of https://codereview.chromium.org/1426953006/ ) Reason for revert: Breaks build: https://uberchromegw.corp.google.com/i/client.v8/builders/V8%20Linux%20-%20nosnap%20-%20debug/builds/3565 Original issue's 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. > > R=ulan@chromium.org > > Committed: https://crrev.com/8ad6168d197dd167235c9d342ec7ce37b0daa88b > Cr-Commit-Position: refs/heads/master@{#31830} TBR=ulan@chromium.org,yangguo@chromium.org,mvstanton@chromium.org,mstarzinger@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Committed: https://crrev.com/b6644e849151dedffc1844d60b7a76da4d9e5115 Cr-Commit-Position: refs/heads/master@{#31832}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1276 lines, -1175 lines) Patch
M src/heap/gc-tracer.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/heap/gc-tracer.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/heap/mark-compact.h View 5 chunks +19 lines, -9 lines 0 comments Download
M src/heap/mark-compact.cc View 3 chunks +1204 lines, -1148 lines 0 comments Download
M src/heap/mark-compact-inl.h View 2 chunks +28 lines, -0 lines 0 comments Download
M src/heap/objects-visiting-inl.h View 2 chunks +12 lines, -13 lines 0 comments Download
M src/objects.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/objects.cc View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Michael Hablich
Created Revert of [heap] Separate out optimized code map processing.
5 years, 1 month ago (2015-11-05 16:28:21 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434503003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434503003/1
5 years, 1 month ago (2015-11-05 16:28:31 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 1 month ago (2015-11-05 16:28:44 UTC) #3
commit-bot: I haz the power
5 years, 1 month ago (2015-11-05 16:29:26 UTC) #4
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/b6644e849151dedffc1844d60b7a76da4d9e5115
Cr-Commit-Position: refs/heads/master@{#31832}

Powered by Google App Engine
This is Rietveld 408576698