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

Issue 215853005: Check stack limit in ArgumentAdaptorTrampoline. (Closed)

Created:
6 years, 8 months ago by ulan
Modified:
6 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

Check stack limit in ArgumentAdaptorTrampoline. BUG=353058 LOG=N TEST=mjsunit/regress/regress-353058 R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20692

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : rebase #

Total comments: 4

Patch Set 4 : Address comments, add ARM64 and x64 #

Total comments: 2

Patch Set 5 : Fix ws #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -7 lines) Patch
M src/arm/builtins-arm.cc View 1 2 3 4 4 chunks +28 lines, -1 line 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 3 4 chunks +31 lines, -1 line 0 comments Download
M src/builtins.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 4 chunks +36 lines, -1 line 0 comments Download
M src/mips/builtins-mips.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 4 4 chunks +34 lines, -1 line 0 comments Download
A test/mjsunit/regress/regress-353058.js View 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ulan
Danno, Michael, does this look good to you? Feel free to suggest another reviewer if ...
6 years, 8 months ago (2014-04-08 09:41:15 UTC) #1
Michael Starzinger
It's looking good. Do we have performance measurements of how this impacts runtime? One optimization ...
6 years, 8 months ago (2014-04-08 11:58:39 UTC) #2
ulan
Thank you for review! I addressed comments and added arm64/x64. > Do we have performance ...
6 years, 8 months ago (2014-04-08 14:00:55 UTC) #3
Michael Starzinger
LGTM. https://codereview.chromium.org/215853005/diff/100001/src/arm/builtins-arm.cc File src/arm/builtins-arm.cc (right): https://codereview.chromium.org/215853005/diff/100001/src/arm/builtins-arm.cc#newcode1410 src/arm/builtins-arm.cc:1410: nit: Only two empty newlines here.
6 years, 8 months ago (2014-04-11 08:33:09 UTC) #4
ulan
https://codereview.chromium.org/215853005/diff/100001/src/arm/builtins-arm.cc File src/arm/builtins-arm.cc (right): https://codereview.chromium.org/215853005/diff/100001/src/arm/builtins-arm.cc#newcode1410 src/arm/builtins-arm.cc:1410: On 2014/04/11 08:33:10, Michael Starzinger wrote: > nit: Only ...
6 years, 8 months ago (2014-04-11 13:25:56 UTC) #5
ulan
6 years, 8 months ago (2014-04-11 13:39:44 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r20692 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698