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

Issue 1991843003: Refactor PointerUpdatingVisitor. (Closed)

Created:
4 years, 7 months ago by ulan
Modified:
4 years, 7 months ago
Reviewers:
Michael Lippautz, ahaas
CC:
Hannes Payer (out of office), ulan, 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

Refactor PointerUpdatingVisitor. This patch extracts typed slot processing logic from the PointerUpdatingVisitor to a set of functions. Each of these functions takes an untyped slot processing function and applies it to a typed slot. BUG=chromium:612847 LOG=NO Committed: https://crrev.com/c3a906d53bbb5da277e95d547cb0abef56b1ae46 Cr-Commit-Position: refs/heads/master@{#36357}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 5

Patch Set 4 : Address comments #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -114 lines) Patch
M src/heap/mark-compact.cc View 1 2 3 4 7 chunks +131 lines, -114 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
ulan
ptal https://codereview.chromium.org/1991843003/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1991843003/diff/40001/src/heap/mark-compact.cc#newcode2802 src/heap/mark-compact.cc:2802: static inline SlotCallbackResult UpdateSlot(Heap* heap, Object** slot) { ...
4 years, 7 months ago (2016-05-19 08:31:09 UTC) #3
ahaas
https://codereview.chromium.org/1991843003/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1991843003/diff/40001/src/heap/mark-compact.cc#newcode2810 src/heap/mark-compact.cc:2810: DCHECK(heap->InFromSpace(heap_obj) || you could get the heap from heap_obj->GetHeap() ...
4 years, 7 months ago (2016-05-19 08:48:44 UTC) #4
Michael Lippautz
lgtm
4 years, 7 months ago (2016-05-19 08:49:38 UTC) #5
ahaas
lgtm
4 years, 7 months ago (2016-05-19 08:50:32 UTC) #6
ulan
Thanks! https://codereview.chromium.org/1991843003/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1991843003/diff/40001/src/heap/mark-compact.cc#newcode2810 src/heap/mark-compact.cc:2810: DCHECK(heap->InFromSpace(heap_obj) || On 2016/05/19 08:48:44, ahaas wrote: > ...
4 years, 7 months ago (2016-05-19 09:01:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1991843003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1991843003/60001
4 years, 7 months ago (2016-05-19 09:01:43 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_gcc_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/builds/16372)
4 years, 7 months ago (2016-05-19 09:08:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1991843003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1991843003/80001
4 years, 7 months ago (2016-05-19 10:34:16 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-19 11:04:38 UTC) #17
commit-bot: I haz the power
4 years, 7 months ago (2016-05-19 11:07:06 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c3a906d53bbb5da277e95d547cb0abef56b1ae46
Cr-Commit-Position: refs/heads/master@{#36357}

Powered by Google App Engine
This is Rietveld 408576698