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

Issue 2441543005: [full-codegen] Eliminate unnecessary hole checks for stores (Closed)

Created:
4 years, 2 months ago by adamk
Modified:
4 years, 1 month ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[full-codegen] Eliminate unnecessary hole checks for stores Loads already used source position elimination to avoid unnecessary hole checks, but for reasons unknown stores did not. This CL corrects that, making full-codegen's hole elimination equivalent to ignition's. Also introduced a HoleCheckMode enum class to avoid more bool flags and updated VariableProxy and BytecodeGenerator appropriately. Committed: https://crrev.com/231c8ac0a78dd3d28f5398452c139062430ff008 Cr-Commit-Position: refs/heads/master@{#40522}

Patch Set 1 #

Patch Set 2 : Use enum #

Patch Set 3 : Ports #

Patch Set 4 : Fix mips #

Patch Set 5 : Merge and fix modules #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -126 lines) Patch
M src/ast/ast.h View 1 2 chunks +6 lines, -5 lines 0 comments Download
M src/ast/ast.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 7 chunks +19 lines, -14 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 2 6 chunks +18 lines, -13 lines 0 comments Download
M src/full-codegen/full-codegen.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/full-codegen/full-codegen.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 2 7 chunks +19 lines, -14 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 3 7 chunks +19 lines, -14 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 7 chunks +19 lines, -14 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 7 chunks +19 lines, -14 lines 0 comments Download
M src/globals.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.h View 1 1 chunk +5 lines, -3 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 3 4 26 chunks +44 lines, -29 lines 0 comments Download

Messages

Total messages: 32 (26 generated)
adamk
Here's the hole check elimination feature I was talking about this morning (along with an ...
4 years, 2 months ago (2016-10-21 13:25:24 UTC) #9
Michael Starzinger
LGTM (once ports are added). I like it. Thanks!
4 years, 2 months ago (2016-10-21 13:41:52 UTC) #12
adamk
Ported!
4 years, 2 months ago (2016-10-21 16:44:24 UTC) #18
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/2441543005/80001
4 years, 1 month ago (2016-10-24 07:39:16 UTC) #28
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-10-24 08:08:51 UTC) #30
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:10:37 UTC) #32
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/231c8ac0a78dd3d28f5398452c139062430ff008
Cr-Commit-Position: refs/heads/master@{#40522}

Powered by Google App Engine
This is Rietveld 408576698