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

Issue 794203003: [turbofan] Second round of optimisation for unordered comparisons on arm/arm64. (Closed)

Created:
6 years ago by baptiste.afsa1
Modified:
6 years ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

[turbofan] Second round of optimisation for unordered comparisons on arm/arm64. Avoid explicitly branching to the false label on unordered when the condition on the true branch will not catch the unordered case and let the code fall through. R=bmeurer@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -12 lines) Patch
M src/compiler/arm/code-generator-arm.cc View 3 chunks +9 lines, -6 lines 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 3 chunks +9 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
baptiste.afsa1
PTAL
6 years ago (2014-12-11 17:21:48 UTC) #1
Benedikt Meurer
Nice, LGTM.
6 years ago (2014-12-11 17:23:16 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/794203003/1
6 years ago (2014-12-11 17:24:26 UTC) #4
commit-bot: I haz the power
6 years ago (2014-12-11 17:54:27 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1)

Powered by Google App Engine
This is Rietveld 408576698