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

Issue 1769833006: [arm][stubs] Fix d16-d31 preservation on stub failure (Closed)

Created:
4 years, 9 months ago by Jakob Kummerow
Modified:
4 years, 9 months ago
Reviewers:
danno
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[arm/arm64][stubs] Fix d16-d31 preservation on stub failure Reading the registers' values back from the FrameDescription should use the same offset computation as storing them into it. The offsets must also match what the deoptimizer expects, which is rx at offset rx.code() * kDoubleSize, even if some registers are not saved (leaving gaps). BUG=v8:4800 LOG=n R=danno@chromium.org Committed: https://crrev.com/32b3d3e931be1ba5540c02f656d78b3bbe11fccd Cr-Commit-Position: refs/heads/master@{#34633}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : arm64 needs fixing too #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -12 lines) Patch
M src/arm/deoptimizer-arm.cc View 1 1 chunk +5 lines, -8 lines 1 comment Download
M src/arm64/deoptimizer-arm64.cc View 1 2 2 chunks +6 lines, -4 lines 1 comment Download
A test/mjsunit/regress/regress-4800.js View 1 2 1 chunk +76 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
Jakob Kummerow
Danno, PTAL. MIPS/PPC folks: I believe your ports are correct, but you may want to ...
4 years, 9 months ago (2016-03-09 11:07:25 UTC) #2
danno
lgtm
4 years, 9 months ago (2016-03-09 17:05:00 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1769833006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769833006/40001
4 years, 9 months ago (2016-03-09 17:10:07 UTC) #5
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 9 months ago (2016-03-09 17:35:29 UTC) #7
commit-bot: I haz the power
4 years, 9 months ago (2016-03-09 17:36:15 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/32b3d3e931be1ba5540c02f656d78b3bbe11fccd
Cr-Commit-Position: refs/heads/master@{#34633}

Powered by Google App Engine
This is Rietveld 408576698