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

Issue 2813773002: [inspector] store v8:StackTrace as FixedArray (Closed)

Created:
3 years, 8 months ago by kozy
Modified:
3 years, 8 months ago
Reviewers:
Clemens Hammacher, Yang
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[inspector] store v8:StackTrace as FixedArray - creating JSArray and further setter and getter calls are slower then on fixed array. BUG=v8:6189 R=yangguo@chromium.org Review-Url: https://codereview.chromium.org/2813773002 Cr-Commit-Position: refs/heads/master@{#44657} Committed: https://chromium.googlesource.com/v8/v8/+/49d32849b3e67b1fa05f5f7aeea57dd83634adb9

Patch Set 1 #

Patch Set 2 : removed redundant semicolon #

Patch Set 3 : rebased #

Patch Set 4 : rebased #

Patch Set 5 : fixed wasm test #

Total comments: 3

Patch Set 6 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -39 lines) Patch
M src/api.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M src/api.cc View 1 2 3 4 5 4 chunks +8 lines, -9 lines 0 comments Download
M src/asmjs/asm-js.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/asmjs/asm-typer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.h View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 5 6 chunks +11 lines, -14 lines 0 comments Download
M src/messages.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/messages.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-wasm.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 45 (32 generated)
kozy
Yang, please take a look.
3 years, 8 months ago (2017-04-10 22:34:41 UTC) #8
kozy
Yang, please take a look. I rebased this CL.
3 years, 8 months ago (2017-04-11 15:29:23 UTC) #15
Yang
On 2017/04/11 15:29:23, kozy wrote: > Yang, please take a look. I rebased this CL. ...
3 years, 8 months ago (2017-04-11 15:47:29 UTC) #24
kozy
On 2017/04/11 15:47:29, Yang wrote: > On 2017/04/11 15:29:23, kozy wrote: > > Yang, please ...
3 years, 8 months ago (2017-04-11 15:55:25 UTC) #25
Yang
On 2017/04/11 15:55:25, kozy wrote: > On 2017/04/11 15:47:29, Yang wrote: > > On 2017/04/11 ...
3 years, 8 months ago (2017-04-11 16:06:11 UTC) #26
kozy
On 2017/04/11 16:06:11, Yang wrote: > On 2017/04/11 15:55:25, kozy wrote: > > On 2017/04/11 ...
3 years, 8 months ago (2017-04-12 14:57:15 UTC) #29
Yang
On 2017/04/12 14:57:15, kozy wrote: > On 2017/04/11 16:06:11, Yang wrote: > > On 2017/04/11 ...
3 years, 8 months ago (2017-04-12 15:26:58 UTC) #30
Yang
On 2017/04/12 15:26:58, Yang wrote: > On 2017/04/12 14:57:15, kozy wrote: > > On 2017/04/11 ...
3 years, 8 months ago (2017-04-13 12:33:18 UTC) #35
kozy
Clemens, please take a look on asmjs files.
3 years, 8 months ago (2017-04-13 14:25:56 UTC) #37
Clemens Hammacher
LGTM with nit. https://codereview.chromium.org/2813773002/diff/80001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2813773002/diff/80001/src/api.cc#newcode2881 src/api.cc:2881: if (index >= static_cast<uint32_t>(self->length())) { Since ...
3 years, 8 months ago (2017-04-14 10:10:42 UTC) #38
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/2813773002/100001
3 years, 8 months ago (2017-04-14 16:13:41 UTC) #41
kozy
thanks, all dome. https://codereview.chromium.org/2813773002/diff/80001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2813773002/diff/80001/src/api.cc#newcode2881 src/api.cc:2881: if (index >= static_cast<uint32_t>(self->length())) { On ...
3 years, 8 months ago (2017-04-14 16:15:03 UTC) #42
commit-bot: I haz the power
3 years, 8 months ago (2017-04-14 16:49:19 UTC) #45
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/v8/v8/+/49d32849b3e67b1fa05f5f7aeea57dd8363...

Powered by Google App Engine
This is Rietveld 408576698