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

Issue 14813029: Error found in test262 on ARM: BinaryOpStub could call out to a built-in and push … (Closed)

Created:
7 years, 7 months ago by mvstanton
Modified:
7 years, 7 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Error found in test262 on ARM: BinaryOpStub could call out to a built-in and push parameters without an enclosing frame. This corrupted stackwalking. BUG= R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14665

Patch Set 1 #

Patch Set 2 : Fixed for StringAdd #

Patch Set 3 : Code review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -67 lines) Patch
M src/arm/code-stubs-arm.h View 1 2 2 chunks +8 lines, -3 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 9 chunks +67 lines, -14 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 2 2 chunks +8 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 14 chunks +90 lines, -14 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 2 2 chunks +8 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 10 chunks +79 lines, -17 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
mvstanton
Hi Ulan, Here is the abbreviated fix we discussed, thx for the review! Working on ...
7 years, 7 months ago (2013-05-14 14:01:46 UTC) #1
ulan
LGTM
7 years, 7 months ago (2013-05-14 15:29:42 UTC) #2
mvstanton
7 years, 7 months ago (2013-05-14 15:31:06 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r14665 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698