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

Issue 207543003: Do stack checks while pushing locals (Closed)

Created:
6 years, 9 months ago by dcarney
Modified:
6 years, 9 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Do stack checks while pushing locals R=yangguo@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=20176

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : x64 #

Patch Set 4 : arm #

Patch Set 5 : arm64 #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -54 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 3 4 5 6 7 3 chunks +39 lines, -18 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 3 4 5 6 3 chunks +41 lines, -9 lines 0 comments Download
M src/arm64/simulator-arm64.cc View 1 2 3 4 5 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 4 5 6 7 3 chunks +39 lines, -8 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 4 5 6 7 3 chunks +38 lines, -6 lines 0 comments Download
M test/cctest/test-assembler-arm64.cc View 1 2 3 4 4 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
dcarney
ptal https://codereview.chromium.org/207543003/diff/1/src/ia32/full-codegen-ia32.cc File src/ia32/full-codegen-ia32.cc (right): https://codereview.chromium.org/207543003/diff/1/src/ia32/full-codegen-ia32.cc#newcode191 src/ia32/full-codegen-ia32.cc:191: PrepareForBailoutForId(BailoutId::FunctionEntry(), NO_REGISTERS); no idea what this does, whether ...
6 years, 9 months ago (2014-03-21 09:43:27 UTC) #1
Yang
LGTM. https://codereview.chromium.org/207543003/diff/1/src/ia32/full-codegen-ia32.cc File src/ia32/full-codegen-ia32.cc (right): https://codereview.chromium.org/207543003/diff/1/src/ia32/full-codegen-ia32.cc#newcode191 src/ia32/full-codegen-ia32.cc:191: PrepareForBailoutForId(BailoutId::FunctionEntry(), NO_REGISTERS); On 2014/03/21 09:43:28, dcarney wrote: > ...
6 years, 9 months ago (2014-03-21 09:52:22 UTC) #2
Yang
On 2014/03/21 09:52:22, Yang wrote: > LGTM. > > https://codereview.chromium.org/207543003/diff/1/src/ia32/full-codegen-ia32.cc > File src/ia32/full-codegen-ia32.cc (right): > ...
6 years, 9 months ago (2014-03-21 12:26:54 UTC) #3
Yang
On 2014/03/21 12:26:54, Yang wrote: > On 2014/03/21 09:52:22, Yang wrote: > > LGTM. > ...
6 years, 9 months ago (2014-03-21 12:27:34 UTC) #4
dcarney
On 2014/03/21 12:27:34, Yang wrote: > On 2014/03/21 12:26:54, Yang wrote: > > On 2014/03/21 ...
6 years, 9 months ago (2014-03-21 15:17:57 UTC) #5
Yang
On 2014/03/21 15:17:57, dcarney wrote: > On 2014/03/21 12:27:34, Yang wrote: > > On 2014/03/21 ...
6 years, 9 months ago (2014-03-24 07:55:48 UTC) #6
dcarney
6 years, 9 months ago (2014-03-24 08:17:40 UTC) #7
Message was sent while issue was closed.
Committed patchset #8 manually as r20176 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698