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

Issue 1734503002: [turbofan] Properly cover memory operands in comparisons. (Closed)

Created:
4 years, 10 months ago by Benedikt Meurer
Modified:
4 years, 10 months ago
Reviewers:
epertoso
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Properly cover memory operands in comparisons. The InstructionSelector::CanCover() heuristic was not correctly set to match loads that are wired into the effect chain (i.e. when the input comes from the JavaScript pipeline instead of the RawMachineAssembler). Also the InstructionSelector on x64 was confused by the CanBeBetterLeftOperand heuristic, which prevented proper covering for map checks generated by the JavaScript pipeline. R=epertoso@chromium.org Committed: https://crrev.com/8473ccdc4529e27ea4de4e6caff2119a4e23936c Cr-Commit-Position: refs/heads/master@{#34242}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -28 lines) Patch
M src/compiler/instruction-selector.cc View 1 chunk +19 lines, -4 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 4 chunks +28 lines, -24 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Benedikt Meurer
4 years, 10 months ago (2016-02-24 07:38:40 UTC) #1
Benedikt Meurer
Hey Enrico, Here's a small follow-up fix for the memory operand covering. I only looked ...
4 years, 10 months ago (2016-02-24 07:39:55 UTC) #2
epertoso
lgtm
4 years, 10 months ago (2016-02-24 10:20:42 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1734503002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1734503002/1
4 years, 10 months ago (2016-02-24 10:21:05 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-24 10:22:43 UTC) #6
commit-bot: I haz the power
4 years, 10 months ago (2016-02-24 10:23:54 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/8473ccdc4529e27ea4de4e6caff2119a4e23936c
Cr-Commit-Position: refs/heads/master@{#34242}

Powered by Google App Engine
This is Rietveld 408576698