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

Issue 1525663002: [interpreter] Unify decision how to compile baseline code. (Closed)

Created:
5 years ago by Michael Starzinger
Modified:
5 years ago
Reviewers:
rmcilroy
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

[interpreter] Unify decision how to compile baseline code. This unifies the decision whether to use Ignition or FullCodeGenerator to generate baseline code into a single place. This allows for small function literals that are compiled eagerly to go through Ignition. R=rmcilroy@chromium.org Committed: https://crrev.com/3b52a537736d0a94237b2022861bbf5180239a5c Cr-Commit-Position: refs/heads/master@{#32848}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments. #

Patch Set 3 : Back out widening of intake valve. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -38 lines) Patch
M src/compiler.cc View 1 2 7 chunks +46 lines, -38 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
Michael Starzinger
5 years ago (2015-12-14 17:30:19 UTC) #3
rmcilroy
https://codereview.chromium.org/1525663002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1525663002/diff/1/src/compiler.cc#newcode728 src/compiler.cc:728: !IgnitionShouldFallbackToFullCodeGen(info->scope())) { I think this should not have the ...
5 years ago (2015-12-14 18:09:36 UTC) #4
Michael Starzinger
https://codereview.chromium.org/1525663002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1525663002/diff/1/src/compiler.cc#newcode728 src/compiler.cc:728: !IgnitionShouldFallbackToFullCodeGen(info->scope())) { On 2015/12/14 18:09:35, rmcilroy wrote: > I ...
5 years ago (2015-12-14 18:21:24 UTC) #5
rmcilroy
lgtm, thanks!
5 years ago (2015-12-14 20:52:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1525663002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1525663002/40001
5 years ago (2015-12-14 20:56:30 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-12-14 20:57:44 UTC) #12
commit-bot: I haz the power
5 years ago (2015-12-14 20:58:42 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3b52a537736d0a94237b2022861bbf5180239a5c
Cr-Commit-Position: refs/heads/master@{#32848}

Powered by Google App Engine
This is Rietveld 408576698