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

Issue 178193026: Deoptimization fix for HPushArgument. (Closed)

Created:
6 years, 9 months ago by Jarin
Modified:
6 years, 9 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Deoptimization fix for HPushArgument. HPushArgument should never be used in a simulation environment because the slot addresses for the arguments can be off (e.g., due to on-stack arguments object of an inlined caller). R=mstarzinger@chromium.org BUG=v8:3183 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=19675

Patch Set 1 #

Total comments: 4

Patch Set 2 : Remove dead code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -148 lines) Patch
M src/a64/lithium-codegen-a64.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 7 chunks +6 lines, -10 lines 0 comments Download
M src/hydrogen.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/hydrogen.cc View 14 chunks +28 lines, -53 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M src/lithium.h View 1 4 chunks +2 lines, -15 lines 0 comments Download
M src/lithium.cc View 1 2 chunks +1 line, -5 lines 0 comments Download
M src/lithium-allocator.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 8 chunks +6 lines, -13 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
A + test/mjsunit/regress/regress-3183.js View 1 chunk +45 lines, -34 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Jarin
6 years, 9 months ago (2014-03-04 15:20:43 UTC) #1
Michael Starzinger
Looking good, I like it, just one more thing. https://codereview.chromium.org/178193026/diff/1/src/lithium.h File src/lithium.h (right): https://codereview.chromium.org/178193026/diff/1/src/lithium.h#newcode56 src/lithium.h:56: ...
6 years, 9 months ago (2014-03-04 15:40:12 UTC) #2
Michael Starzinger
LGTM (once previous comment is addressed).
6 years, 9 months ago (2014-03-04 15:42:14 UTC) #3
Jarin
Good catch, thanks! This caused more deletions, so I have uploaded the new version. https://codereview.chromium.org/178193026/diff/1/src/lithium.h ...
6 years, 9 months ago (2014-03-05 08:30:14 UTC) #4
Michael Starzinger
Still LGTM.
6 years, 9 months ago (2014-03-05 09:03:05 UTC) #5
Jarin
6 years, 9 months ago (2014-03-05 12:45:57 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r19675 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698