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

Issue 389583003: Fix arm64 deoptimization of double registers (reverts r20613). (Closed)

Created:
6 years, 5 months ago by Jarin
Modified:
6 years, 5 months ago
Reviewers:
ulan
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Fix arm64 deoptimization from double registers (reverts r20613). This reverts "ARM64: Use pair memory access in deoptimizer entry", r20613. It does not really make sense to micro-optimize the deoptimizer as it is the ultra-slow path. Moreover, the original code was easier to read (in addition to being correct). BUG=391313 LOG=N R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22360

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -41 lines) Patch
M src/arm64/deoptimizer-arm64.cc View 2 chunks +15 lines, -41 lines 0 comments Download
A test/mjsunit/regress/regress-381313.js View 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Jarin
Could you have a look?
6 years, 5 months ago (2014-07-11 13:38:50 UTC) #1
ulan
lgtm
6 years, 5 months ago (2014-07-11 13:40:39 UTC) #2
m.m.capewell
To clarify, this was an optimisation to reduce the size of the code generated for ...
6 years, 5 months ago (2014-07-11 14:35:19 UTC) #3
m.m.capewell
I've looked into this a bit more, and find the problem in my code is ...
6 years, 5 months ago (2014-07-11 18:05:08 UTC) #4
Jarin
On 2014/07/11 18:05:08, m.m.capewell wrote: > I've looked into this a bit more, and find ...
6 years, 5 months ago (2014-07-11 19:28:34 UTC) #5
Jarin
6 years, 5 months ago (2014-07-11 19:30:59 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 manually as r22360 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698