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

Issue 2537103002: [Compiler] Don't mark asm-wasm functions for optimization in PostInstantiation. (Closed)

Created:
4 years ago by rmcilroy
Modified:
4 years ago
Reviewers:
Benedikt Meurer, Jarin
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Compiler] Don't mark asm-wasm functions for optimization in PostInstantiation. Functions with asm-wasm data shouldn't be marked for optimization, since they will be optimized using the asm-wasm data instead. Committed: https://crrev.com/f8b898396296ac5ef67b77b1001cb216ca6f8106 Cr-Commit-Position: refs/heads/master@{#41367}

Patch Set 1 #

Patch Set 2 : Testing numbering #

Total comments: 2

Patch Set 3 : Add another fix #

Patch Set 4 : Remove astnumbering changes #

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

Messages

Total messages: 20 (13 generated)
rmcilroy
This should hopefully fix the let/const and object literal via TF CLs. Testing now with ...
4 years ago (2016-11-29 12:41:44 UTC) #4
Benedikt Meurer
LGTM, thanks. Awesome. https://codereview.chromium.org/2537103002/diff/20001/src/ast/ast-numbering.cc File src/ast/ast-numbering.cc (right): https://codereview.chromium.org/2537103002/diff/20001/src/ast/ast-numbering.cc#newcode161 src/ast/ast-numbering.cc:161: if (IsLexicalVariableMode(node->var()->mode())) { Just remember to ...
4 years ago (2016-11-29 12:43:17 UTC) #7
rmcilroy
On 2016/11/29 12:43:17, Benedikt Meurer wrote: > LGTM, thanks. Awesome. > > https://codereview.chromium.org/2537103002/diff/20001/src/ast/ast-numbering.cc > File ...
4 years ago (2016-11-29 13:11:40 UTC) #8
rmcilroy
Added one other fix for EnsureBytecode which fixes all DCHECKS in compiler.cc, however there are ...
4 years ago (2016-11-29 16:13:27 UTC) #13
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/2537103002/60001
4 years ago (2016-11-29 16:17:22 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-11-29 16:41:53 UTC) #18
commit-bot: I haz the power
4 years ago (2016-11-29 16:42:12 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/f8b898396296ac5ef67b77b1001cb216ca6f8106
Cr-Commit-Position: refs/heads/master@{#41367}

Powered by Google App Engine
This is Rietveld 408576698