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

Issue 2639883002: [turbofan] Add Receiver feedback for abstract/strict equality. (Closed)

Created:
3 years, 11 months ago by Benedikt Meurer
Modified:
3 years, 11 months ago
Reviewers:
Jarin
CC:
v8-reviews_googlegroups.com, rmcilroy
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Add Receiver feedback for abstract/strict equality. Collect Receiver feedback for abstract/strict equality in Ignition and use it in TurboFan to optimize JSEqual and JSStrictEqual operations to pointer equality instead of having to call Equal/StrictEqual builtins. R=jarin@chromium.org BUG=v8:5267, v8:5400 Review-Url: https://codereview.chromium.org/2639883002 Cr-Commit-Position: refs/heads/master@{#42435} Committed: https://chromium.googlesource.com/v8/v8/+/2851866cfec55352f1dd79345137a3d575693e80

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -23 lines) Patch
M src/compiler/effect-control-linearizer.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/effect-control-linearizer.cc View 2 chunks +19 lines, -0 lines 0 comments Download
M src/compiler/js-operator.cc View 2 chunks +20 lines, -17 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 5 chunks +43 lines, -0 lines 0 comments Download
M src/compiler/opcodes.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/redundancy-elimination.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/compiler/simplified-operator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/simplified-operator.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/typer.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler/verifier.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/globals.h View 2 chunks +5 lines, -3 lines 0 comments Download
M src/interpreter/interpreter.cc View 2 chunks +20 lines, -3 lines 0 comments Download
M src/type-feedback-vector-inl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/type-hints.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/type-hints.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/type-info.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 11 (7 generated)
Benedikt Meurer
3 years, 11 months ago (2017-01-18 06:26:13 UTC) #1
Jarin
lgtm
3 years, 11 months ago (2017-01-18 07:08:26 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2639883002/1
3 years, 11 months ago (2017-01-18 07:08:56 UTC) #8
commit-bot: I haz the power
3 years, 11 months ago (2017-01-18 07:10:58 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/2851866cfec55352f1dd79345137a3d5756...

Powered by Google App Engine
This is Rietveld 408576698