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

Issue 2191293002: Move FormatStackTrace to C++ (Closed)

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

Move FormatStackTrace to C++ BUG= Committed: https://crrev.com/6c53efc7c434f62ca0cde62dc4697410fa21904f Cr-Commit-Position: refs/heads/master@{#38212}

Patch Set 1 #

Patch Set 2 : Fix test expectation #

Patch Set 3 : Remove unneeded code from messages.js #

Total comments: 13

Patch Set 4 : Address comments #

Patch Set 5 : Fix compilation in release mode #

Total comments: 4

Patch Set 6 : Add formatting_stack_trace to ISOLATE_INIT_LIST #

Unified diffs Side-by-side diffs Delta from patch set Stats (+745 lines, -591 lines) Patch
M src/bootstrapper.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M src/builtins/builtins-callsite.cc View 1 2 3 4 5 4 chunks +14 lines, -407 lines 0 comments Download
M src/builtins/builtins-error.cc View 1 2 3 3 chunks +5 lines, -64 lines 0 comments Download
M src/contexts.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M src/isolate.h View 1 2 3 4 5 2 chunks +12 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 5 3 chunks +14 lines, -2 lines 0 comments Download
M src/js/messages.js View 1 2 2 chunks +0 lines, -85 lines 0 comments Download
M src/messages.h View 1 2 3 2 chunks +22 lines, -4 lines 0 comments Download
M src/messages.cc View 1 2 3 4 5 5 chunks +662 lines, -16 lines 0 comments Download
M src/runtime/runtime.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime/runtime-function.cc View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/CallRuntime.golden View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/stack-traces.js View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (24 generated)
jgruber
https://codereview.chromium.org/2191293002/diff/40001/src/isolate.h File src/isolate.h (right): https://codereview.chromium.org/2191293002/diff/40001/src/isolate.h#newcode129 src/isolate.h:129: #define RETURN_RESULT(isolate, call, T) \ This is related to ...
4 years, 4 months ago (2016-07-29 11:54:37 UTC) #14
jgruber
https://codereview.chromium.org/2191293002/diff/40001/src/messages.cc File src/messages.cc (right): https://codereview.chromium.org/2191293002/diff/40001/src/messages.cc#newcode601 src/messages.cc:601: // TODO(jgruber): Handle recursive calls. On 2016/07/29 11:54:37, jgruber ...
4 years, 4 months ago (2016-07-29 11:56:06 UTC) #15
Yang
LGTM with comments. https://codereview.chromium.org/2191293002/diff/40001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2191293002/diff/40001/src/isolate.cc#newcode439 src/isolate.cc:439: Handle<Object> HoleToUndefined(Isolate* isolate, Handle<Object> in) { ...
4 years, 4 months ago (2016-08-01 06:49:18 UTC) #16
jgruber
https://codereview.chromium.org/2191293002/diff/40001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2191293002/diff/40001/src/isolate.cc#newcode439 src/isolate.cc:439: Handle<Object> HoleToUndefined(Isolate* isolate, Handle<Object> in) { On 2016/08/01 06:49:18, ...
4 years, 4 months ago (2016-08-01 10:52:56 UTC) #23
Yang
lgtm https://codereview.chromium.org/2191293002/diff/80001/src/isolate.h File src/isolate.h (right): https://codereview.chromium.org/2191293002/diff/80001/src/isolate.h#newcode1306 src/isolate.h:1306: bool formatting_stack_trace_; You can add this to ISOLATE_INIT_LIST ...
4 years, 4 months ago (2016-08-01 12:31:20 UTC) #26
jgruber
https://codereview.chromium.org/2191293002/diff/80001/src/isolate.h File src/isolate.h (right): https://codereview.chromium.org/2191293002/diff/80001/src/isolate.h#newcode1306 src/isolate.h:1306: bool formatting_stack_trace_; On 2016/08/01 12:31:20, Yang wrote: > You ...
4 years, 4 months ago (2016-08-01 14:01:08 UTC) #27
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/2191293002/100001
4 years, 4 months ago (2016-08-01 14:01:26 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-01 14:27:02 UTC) #31
commit-bot: I haz the power
4 years, 4 months ago (2016-08-01 14:28:42 UTC) #33
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/6c53efc7c434f62ca0cde62dc4697410fa21904f
Cr-Commit-Position: refs/heads/master@{#38212}

Powered by Google App Engine
This is Rietveld 408576698