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

Issue 357973002: ARM64: avoid duplicate load of double constants (Closed)

Created:
6 years, 6 months ago by vincent.belliard
Modified:
6 years, 6 months ago
Reviewers:
Benedikt Meurer, ulan
CC:
v8-dev
Visibility:
Public.

Description

ARM64: avoid duplicate load of double constants R=ulan@chromium.org, bmeurer@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -20 lines) Patch
M src/arm64/lithium-arm64.cc View 1 chunk +7 lines, -9 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 chunk +1 line, -11 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
vincent.belliard
Double constants are always load with HConstant. For compare-numeric-and-branch, the constant was also load. This ...
6 years, 6 months ago (2014-06-26 14:14:58 UTC) #1
Benedikt Meurer
6 years, 6 months ago (2014-06-27 05:11:43 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698