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

Issue 258933008: ARM64: Rename TryConvertDoubleToInt64 function (Closed)

Created:
6 years, 7 months ago by m.m.capewell
Modified:
6 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM64: Rename TryConvertDoubleToInt64 function There are two TryConvertDoubleToInt64 functions: one rounds, the other checks if a double can be exactly represented as an int. This patch renames the second instance to reflect its purpose more clearly. BUG= R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21020

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -38 lines) Patch
M src/arm64/code-stubs-arm64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/macro-assembler-arm64.h View 3 chunks +29 lines, -29 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
m.m.capewell
6 years, 7 months ago (2014-04-28 12:43:42 UTC) #1
ulan
lgtm
6 years, 7 months ago (2014-04-28 12:48:03 UTC) #2
m.m.capewell
6 years, 7 months ago (2014-04-28 13:33:25 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r21020 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698