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

Issue 2100883003: [Code Stubs] Convert FastNewClosureStub to a TurboFanCodeStub. (Closed)

Created:
4 years, 5 months ago by rmcilroy
Modified:
4 years, 5 months ago
Reviewers:
Benedikt Meurer
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

[Code Stubs] Convert FastNewClosureStub to a TurboFanCodeStub. Converts FastNewClosureStub from a Hydrogen to a TurboFan code stub. The plan is to start using this in the Interpreter CreateClosure bytecode handler (in a follow-up CL). BUG=v8:4280 Committed: https://crrev.com/f0a430e5dcfaaa27ab7cef19c935cd255d0c42d1 Cr-Commit-Position: refs/heads/master@{#37429}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove minor key variants and calculate map index at runtime. #

Total comments: 3

Patch Set 3 : Fix ia32 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -99 lines) Patch
M src/code-factory.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/code-factory.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/code-stubs.h View 1 3 chunks +7 lines, -23 lines 0 comments Download
M src/code-stubs.cc View 1 2 2 chunks +148 lines, -4 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 chunk +0 lines, -60 lines 0 comments Download
M src/compiler/code-assembler.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/code-assembler.cc View 1 1 chunk +21 lines, -0 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/raw-machine-assembler.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/contexts.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 2 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2100883003/1
4 years, 5 months ago (2016-06-27 16:07:49 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-27 16:33:38 UTC) #4
rmcilroy
Benedikt, PTAL thanks.
4 years, 5 months ago (2016-06-27 16:37:53 UTC) #6
Benedikt Meurer
https://codereview.chromium.org/2100883003/diff/1/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/2100883003/diff/1/src/code-stubs.h#newcode1043 src/code-stubs.h:1043: minor_key_ = (LanguageModeBits::encode(language_mode) | So both the language_mode and ...
4 years, 5 months ago (2016-06-27 18:33:55 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2100883003/20001
4 years, 5 months ago (2016-06-29 15:52:14 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_mac_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel_ng/builds/4181) v8_mac_rel_ng_triggered on ...
4 years, 5 months ago (2016-06-29 16:11:39 UTC) #11
Benedikt Meurer
Nice, looks promising modulo test failures. https://codereview.chromium.org/2100883003/diff/20001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2100883003/diff/20001/src/code-stubs.cc#newcode4553 src/code-stubs.cc:4553: // TODO(rmcilroy): Should ...
4 years, 5 months ago (2016-06-29 17:42:16 UTC) #12
rmcilroy
https://codereview.chromium.org/2100883003/diff/1/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/2100883003/diff/1/src/code-stubs.h#newcode1043 src/code-stubs.h:1043: minor_key_ = (LanguageModeBits::encode(language_mode) | On 2016/06/27 18:33:55, Benedikt Meurer ...
4 years, 5 months ago (2016-06-29 21:11:48 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2100883003/40001
4 years, 5 months ago (2016-06-29 21:12:07 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-29 21:44:35 UTC) #17
Benedikt Meurer
https://codereview.chromium.org/2100883003/diff/20001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2100883003/diff/20001/src/code-stubs.cc#newcode4553 src/code-stubs.cc:4553: // TODO(rmcilroy): Should we set the code entry from ...
4 years, 5 months ago (2016-06-30 03:30:16 UTC) #18
Benedikt Meurer
lgtm
4 years, 5 months ago (2016-06-30 03:30:21 UTC) #19
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/2100883003/40001
4 years, 5 months ago (2016-06-30 09:40:30 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-06-30 09:42:35 UTC) #22
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 09:45:18 UTC) #24
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f0a430e5dcfaaa27ab7cef19c935cd255d0c42d1
Cr-Commit-Position: refs/heads/master@{#37429}

Powered by Google App Engine
This is Rietveld 408576698