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

Issue 2161953003: Remove stack overflow boilerplate (Closed)

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

Remove stack overflow boilerplate We no longer need to prepare the stack overflow error in advance now that Errors are constructed in C++. R=yangguo@chromium.org BUG= Committed: https://crrev.com/ba95d10ccbe13e2fca427228483b045576f2dc4c Committed: https://crrev.com/46e896e76d69741268c0b18b4d3f0c29e96dfc65 Cr-Original-Commit-Position: refs/heads/master@{#37923} Cr-Commit-Position: refs/heads/master@{#37949}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments #

Total comments: 6

Patch Set 3 : Address comments #

Patch Set 4 : Satisfy older mips/arm gcc versions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -92 lines) Patch
M src/builtins/builtins-error.cc View 1 2 4 chunks +8 lines, -48 lines 0 comments Download
M src/contexts.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/isolate.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/isolate.cc View 1 2 3 7 chunks +32 lines, -36 lines 0 comments Download
M src/js/messages.js View 2 chunks +0 lines, -5 lines 0 comments Download
M src/messages.h View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M src/messages.cc View 1 2 3 2 chunks +47 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (20 generated)
jgruber
4 years, 5 months ago (2016-07-19 14:03:17 UTC) #3
Yang
https://codereview.chromium.org/2161953003/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2161953003/diff/1/src/isolate.cc#newcode965 src/isolate.cc:965: exception = factory()->NewStringFromAsciiChecked( I wonder whether we could remove ...
4 years, 5 months ago (2016-07-19 15:06:47 UTC) #6
jgruber
https://codereview.chromium.org/2161953003/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2161953003/diff/1/src/isolate.cc#newcode965 src/isolate.cc:965: exception = factory()->NewStringFromAsciiChecked( On 2016/07/19 15:06:46, Yang wrote: > ...
4 years, 5 months ago (2016-07-20 14:48:39 UTC) #9
Yang
LGTM once comments are addressed. https://codereview.chromium.org/2161953003/diff/20001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2161953003/diff/20001/src/isolate.cc#newcode355 src/isolate.cc:355: default: I don't think ...
4 years, 5 months ago (2016-07-21 06:45:02 UTC) #12
jgruber
https://codereview.chromium.org/2161953003/diff/20001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2161953003/diff/20001/src/isolate.cc#newcode355 src/isolate.cc:355: default: On 2016/07/21 06:45:02, Yang wrote: > I don't ...
4 years, 5 months ago (2016-07-21 07:47:45 UTC) #13
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/2161953003/40001
4 years, 5 months ago (2016-07-21 07:50:52 UTC) #16
Yang
lgtm
4 years, 5 months ago (2016-07-21 07:51:13 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-21 08:14:10 UTC) #18
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/ba95d10ccbe13e2fca427228483b045576f2dc4c Cr-Commit-Position: refs/heads/master@{#37923}
4 years, 5 months ago (2016-07-21 08:17:11 UTC) #20
jgruber
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/2169563003/ by jgruber@chromium.org. ...
4 years, 5 months ago (2016-07-21 08:54:22 UTC) #21
Michael Achenbach
This also breaks arm compilation: https://build.chromium.org/p/client.v8.ports/builders/V8%20Arm%20-%20builder/builds/2317
4 years, 5 months ago (2016-07-21 09:06:47 UTC) #23
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/2161953003/60001
4 years, 5 months ago (2016-07-21 14:28:20 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-21 14:29:39 UTC) #32
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 14:32:15 UTC) #34
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/46e896e76d69741268c0b18b4d3f0c29e96dfc65
Cr-Commit-Position: refs/heads/master@{#37949}

Powered by Google App Engine
This is Rietveld 408576698