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

Issue 1350763004: StackFrameIterator looks up code object earlier to decide frame type. (Closed)

Created:
5 years, 3 months ago by titzer
Modified:
5 years, 3 months 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

Refactor the StackFrameIterator::ComputeType() method to look up the code object (if any) before looking at the magic markers. This will allow per-code-kind logic more easily in the future (e.g. for WASM). BUG= Committed: https://crrev.com/5c35f5e302994e5dde6a76bcb5823a1cd5a42ed2 Cr-Commit-Position: refs/heads/master@{#30912}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Total comments: 3

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -28 lines) Patch
M src/frames.cc View 1 2 3 4 5 3 chunks +48 lines, -28 lines 0 comments Download
M src/heap/spaces.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
titzer
PTAL
5 years, 3 months ago (2015-09-22 15:58:49 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/1350763004/diff/60001/src/heap/spaces.cc File src/heap/spaces.cc (right): https://codereview.chromium.org/1350763004/diff/60001/src/heap/spaces.cc#newcode3036 src/heap/spaces.cc:3036: bool LargeObjectSpace::Contains(Address address) { We have FindPage or FindObject ...
5 years, 3 months ago (2015-09-22 16:31:24 UTC) #4
titzer
https://codereview.chromium.org/1350763004/diff/60001/src/heap/spaces.cc File src/heap/spaces.cc (right): https://codereview.chromium.org/1350763004/diff/60001/src/heap/spaces.cc#newcode3036 src/heap/spaces.cc:3036: bool LargeObjectSpace::Contains(Address address) { On 2015/09/22 16:31:23, Hannes Payer ...
5 years, 3 months ago (2015-09-23 09:33:57 UTC) #5
titzer
On 2015/09/23 09:33:57, titzer wrote: > https://codereview.chromium.org/1350763004/diff/60001/src/heap/spaces.cc > File src/heap/spaces.cc (right): > > https://codereview.chromium.org/1350763004/diff/60001/src/heap/spaces.cc#newcode3036 > ...
5 years, 3 months ago (2015-09-23 10:53:44 UTC) #6
Hannes Payer (out of office)
LGTM for heap/*
5 years, 3 months ago (2015-09-23 11:53:05 UTC) #7
Michael Starzinger
LGTM if comments are addressed. https://codereview.chromium.org/1350763004/diff/80001/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/1350763004/diff/80001/src/frames.cc#newcode435 src/frames.cc:435: if (code_obj) { nit: ...
5 years, 3 months ago (2015-09-24 08:30:12 UTC) #8
titzer
On 2015/09/24 08:30:12, Michael Starzinger wrote: > LGTM if comments are addressed. > > https://codereview.chromium.org/1350763004/diff/80001/src/frames.cc ...
5 years, 3 months ago (2015-09-24 12:12:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1350763004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1350763004/100001
5 years, 3 months ago (2015-09-24 12:50:04 UTC) #12
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 3 months ago (2015-09-24 12:51:36 UTC) #13
commit-bot: I haz the power
5 years, 3 months ago (2015-09-24 12:52:08 UTC) #14
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/5c35f5e302994e5dde6a76bcb5823a1cd5a42ed2
Cr-Commit-Position: refs/heads/master@{#30912}

Powered by Google App Engine
This is Rietveld 408576698