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

Issue 1010673004: Tweak the TurboFan pipeline for stub compilation. (Closed)

Created:
5 years, 9 months ago by Sven Panne
Modified:
5 years, 9 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Tweak the TurboFan pipeline for stub compilation. Committed: https://crrev.com/9118b2fa87421c0cc23430eae8f5f9465ccb6b17 Cr-Commit-Position: refs/heads/master@{#27268}

Patch Set 1 #

Patch Set 2 : Simplified #

Patch Set 3 : Simplified again. #

Patch Set 4 : Removed spurious edit #

Total comments: 8

Patch Set 5 : Feedback #

Total comments: 9

Patch Set 6 : Addressed feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -39 lines) Patch
M src/compiler.h View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 2 3 4 5 1 chunk +7 lines, -19 lines 0 comments Download
M src/compiler/js-intrinsic-lowering.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/js-intrinsic-lowering.cc View 1 2 3 4 5 5 chunks +23 lines, -0 lines 0 comments Download
M src/compiler/pipeline.cc View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 5 1 chunk +5 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 2 chunks +20 lines, -0 lines 0 comments Download
M src/runtime.js View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 4 5 1 chunk +5 lines, -1 line 0 comments Download
M src/runtime/runtime-object.cc View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M src/runtime/runtime-strings.cc View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-run-stubs.cc View 1 2 3 4 3 chunks +24 lines, -15 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
Sven Panne
5 years, 9 months ago (2015-03-17 09:05:20 UTC) #2
Michael Starzinger
Looking good, just nits. https://codereview.chromium.org/1010673004/diff/60001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/1010673004/diff/60001/src/compiler/pipeline.cc#newcode319 src/compiler/pipeline.cc:319: bool CreateGraph(bool constant_context) { nit: ...
5 years, 9 months ago (2015-03-17 17:28:56 UTC) #3
Sven Panne
Feedback addressed, PTAL again... https://codereview.chromium.org/1010673004/diff/60001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/1010673004/diff/60001/src/compiler/pipeline.cc#newcode319 src/compiler/pipeline.cc:319: bool CreateGraph(bool constant_context) { On ...
5 years, 9 months ago (2015-03-18 08:45:55 UTC) #4
Michael Starzinger
LGTM from my end.
5 years, 9 months ago (2015-03-18 09:03:46 UTC) #5
titzer
https://codereview.chromium.org/1010673004/diff/80001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1010673004/diff/80001/src/compiler.cc#newcode224 src/compiler.cc:224: return scope() == nullptr ? parameter_count_ : scope()->num_parameters(); Maybe ...
5 years, 9 months ago (2015-03-18 09:25:53 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1010673004/80001
5 years, 9 months ago (2015-03-18 09:34:54 UTC) #9
Sven Panne
https://codereview.chromium.org/1010673004/diff/80001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1010673004/diff/80001/src/compiler.cc#newcode224 src/compiler.cc:224: return scope() == nullptr ? parameter_count_ : scope()->num_parameters(); On ...
5 years, 9 months ago (2015-03-18 10:40:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1010673004/100001
5 years, 9 months ago (2015-03-18 10:40:41 UTC) #14
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 9 months ago (2015-03-18 11:42:40 UTC) #15
commit-bot: I haz the power
5 years, 9 months ago (2015-03-18 11:42:53 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/9118b2fa87421c0cc23430eae8f5f9465ccb6b17
Cr-Commit-Position: refs/heads/master@{#27268}

Powered by Google App Engine
This is Rietveld 408576698