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

Issue 2270783002: Add new FrameArray type (Closed)

Created:
4 years, 4 months ago by jgruber
Modified:
4 years, 4 months ago
Reviewers:
Toon Verwaest
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

Add new FrameArray type A FrameArray encodes information about a set of stack frames into a fixed array. This commit is a pure refactoring to make the structure of fixed array-encoded frames explicit. BUG= Committed: https://crrev.com/19e838026197f320a94cd2892823d1b502f5c736 Cr-Commit-Position: refs/heads/master@{#38852}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Address comments #

Patch Set 3 : Address comments #

Patch Set 4 : Remove incorrect DCHECKs #

Total comments: 4

Patch Set 5 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+274 lines, -125 lines) Patch
M src/factory.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/factory.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/heap-symbols.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 7 chunks +54 lines, -82 lines 0 comments Download
M src/messages.cc View 1 2 3 4 1 chunk +35 lines, -27 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 chunks +73 lines, -2 lines 0 comments Download
M src/objects.cc View 1 2 3 1 chunk +57 lines, -5 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 3 chunks +35 lines, -0 lines 0 comments Download
M src/runtime/runtime-internal.cc View 1 chunk +8 lines, -9 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (16 generated)
jgruber
WDYT about this approach?
4 years, 4 months ago (2016-08-23 13:02:13 UTC) #6
Toon Verwaest
I like it! Some comments. https://codereview.chromium.org/2270783002/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2270783002/diff/1/src/isolate.cc#newcode455 src/isolate.cc:455: int frames_seen = 0; ...
4 years, 4 months ago (2016-08-23 13:14:08 UTC) #7
jgruber
https://codereview.chromium.org/2270783002/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2270783002/diff/1/src/isolate.cc#newcode455 src/isolate.cc:455: int frames_seen = 0; On 2016/08/23 13:14:08, Toon Verwaest ...
4 years, 4 months ago (2016-08-23 15:32:13 UTC) #16
Toon Verwaest
Nice! lgtm https://codereview.chromium.org/2270783002/diff/60001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2270783002/diff/60001/src/isolate.cc#newcode435 src/isolate.cc:435: isolate->factory()->InternalizeUtf8String("stackTraceLimit"); What about adding it to the ...
4 years, 4 months ago (2016-08-23 22:01:47 UTC) #17
jgruber
https://codereview.chromium.org/2270783002/diff/60001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2270783002/diff/60001/src/isolate.cc#newcode435 src/isolate.cc:435: isolate->factory()->InternalizeUtf8String("stackTraceLimit"); On 2016/08/23 22:01:47, Toon Verwaest wrote: > What ...
4 years, 4 months ago (2016-08-24 07:33:02 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2270783002/80001
4 years, 4 months ago (2016-08-24 07:33:26 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-24 08:48:42 UTC) #22
commit-bot: I haz the power
4 years, 4 months ago (2016-08-24 08:49:15 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/19e838026197f320a94cd2892823d1b502f5c736
Cr-Commit-Position: refs/heads/master@{#38852}

Powered by Google App Engine
This is Rietveld 408576698