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

Issue 1678833002: [turbofan] Introduce JSCreateLowering for optimizing JSCreate nodes. (Closed)

Created:
4 years, 10 months ago by Benedikt Meurer
Modified:
4 years, 10 months ago
Reviewers:
Michael Starzinger
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] Introduce JSCreateLowering for optimizing JSCreate nodes. This moves the JSCreate related functionality from JSTypedLowering into a dedicated JSCreateLowering reducer. This is in preparation of landing the support for optimized literals in TurboFan, which would blow up JSTypedLowering quite seriously otherwise. R=mstarzinger@chromium.org Committed: https://crrev.com/07e9921f5a5fc914b1f70f1903716c5e004d72ce Cr-Commit-Position: refs/heads/master@{#33813}

Patch Set 1 #

Patch Set 2 : Fix length_type check. #

Total comments: 4

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1094 lines, -958 lines) Patch
M BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A src/compiler/js-create-lowering.h View 1 chunk +80 lines, -0 lines 0 comments Download
A src/compiler/js-create-lowering.cc View 1 1 chunk +766 lines, -0 lines 0 comments Download
M src/compiler/js-typed-lowering.h View 3 chunks +0 lines, -23 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 5 chunks +0 lines, -729 lines 0 comments Download
M src/compiler/pipeline.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M src/type-cache.h View 1 chunk +0 lines, -4 lines 0 comments Download
A test/unittests/compiler/js-create-lowering-unittest.cc View 1 2 1 chunk +237 lines, -0 lines 0 comments Download
M test/unittests/compiler/js-typed-lowering-unittest.cc View 1 2 2 chunks +0 lines, -202 lines 0 comments Download
M test/unittests/unittests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Benedikt Meurer
4 years, 10 months ago (2016-02-08 11:38:55 UTC) #1
Benedikt Meurer
Hey Michi, Here's the refactoring we talked about before. No functional change here, just moving ...
4 years, 10 months ago (2016-02-08 11:39:57 UTC) #2
Michael Starzinger
LGTM, just nits. https://codereview.chromium.org/1678833002/diff/20001/test/unittests/compiler/js-create-lowering-unittest.cc File test/unittests/compiler/js-create-lowering-unittest.cc (right): https://codereview.chromium.org/1678833002/diff/20001/test/unittests/compiler/js-create-lowering-unittest.cc#newcode57 test/unittests/compiler/js-create-lowering-unittest.cc:57: Handle<JSArrayBuffer> NewArrayBuffer(void* bytes, size_t byte_length) { ...
4 years, 10 months ago (2016-02-08 12:10:41 UTC) #3
Benedikt Meurer
https://codereview.chromium.org/1678833002/diff/20001/test/unittests/compiler/js-create-lowering-unittest.cc File test/unittests/compiler/js-create-lowering-unittest.cc (right): https://codereview.chromium.org/1678833002/diff/20001/test/unittests/compiler/js-create-lowering-unittest.cc#newcode57 test/unittests/compiler/js-create-lowering-unittest.cc:57: Handle<JSArrayBuffer> NewArrayBuffer(void* bytes, size_t byte_length) { On 2016/02/08 12:10:40, ...
4 years, 10 months ago (2016-02-08 12:12:05 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1678833002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1678833002/40001
4 years, 10 months ago (2016-02-08 12:12:22 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-08 12:33:52 UTC) #8
commit-bot: I haz the power
4 years, 10 months ago (2016-02-08 12:34:05 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/07e9921f5a5fc914b1f70f1903716c5e004d72ce
Cr-Commit-Position: refs/heads/master@{#33813}

Powered by Google App Engine
This is Rietveld 408576698