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

Issue 425943002: Inline Math.fround in optimized code. (Closed)

Created:
6 years, 4 months ago by Yang
Modified:
6 years, 4 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Inline Math.fround in optimized code. R=svenpanne@chromium.org BUG=v8:3469 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=22665

Patch Set 1 #

Patch Set 2 : addressed offline comments and added x64 port #

Patch Set 3 : arm port #

Patch Set 4 : arm64 port #

Unified diffs Side-by-side diffs Delta from patch set Stats (+814 lines, -627 lines) Patch
M src/arm/lithium-arm.h View 1 2 3 chunks +156 lines, -144 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 2 chunks +25 lines, -8 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M src/arm64/lithium-arm64.h View 1 2 3 2 chunks +165 lines, -156 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 3 chunks +21 lines, -8 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 3 chunks +154 lines, -142 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 chunks +25 lines, -8 lines 0 comments Download
M src/objects.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 1 4 chunks +154 lines, -142 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 chunks +25 lines, -8 lines 0 comments Download
M test/mjsunit/constant-folding-2.js View 1 chunk +11 lines, -0 lines 0 comments Download
M test/mjsunit/es6/math-fround.js View 1 3 chunks +33 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
6 years, 4 months ago (2014-07-29 07:44:20 UTC) #1
Yang
On 2014/07/29 07:44:20, Yang wrote: Ported to x64, arm and arm64 as well. Please review.
6 years, 4 months ago (2014-07-29 08:55:50 UTC) #2
Sven Panne
lgtm
6 years, 4 months ago (2014-07-29 09:17:44 UTC) #3
Yang
6 years, 4 months ago (2014-07-29 11:34:23 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r22665 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698