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

Issue 2245263006: [interpreter] Fix canonicalization when preserving bytecode. (Closed)

Created:
4 years, 4 months ago by Michael Starzinger
Modified:
4 years, 4 months 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] Fix canonicalization when preserving bytecode. This fixes canonicalization of {SharedFunctionInfo} objects in the {Compiler::GetSharedFunctionInfo} method when bytecode is preserved. Eager compilation is only triggered when no code is present. R=rmcilroy@chromium.org TEST=mjsunit/regress/regress-crbug-638551 BUG=chromium:638551 Committed: https://crrev.com/8ab555cc15cb0095ba16ab9394a93e9e620e8e3a Cr-Commit-Position: refs/heads/master@{#38709}

Patch Set 1 #

Patch Set 2 : Fix comment. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -8 lines) Patch
M src/compiler.cc View 1 1 chunk +10 lines, -8 lines 2 comments Download
A test/mjsunit/regress/regress-crbug-638551.js View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
Michael Starzinger
4 years, 4 months ago (2016-08-17 12:47:01 UTC) #3
rmcilroy
LGTM with one comment. https://codereview.chromium.org/2245263006/diff/20001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/2245263006/diff/20001/src/compiler.cc#newcode1767 src/compiler.cc:1767: if (!outer_info->is_debug() || existing->HasDebugCode()) { ...
4 years, 4 months ago (2016-08-18 10:26:06 UTC) #6
rmcilroy
https://codereview.chromium.org/2245263006/diff/20001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/2245263006/diff/20001/src/compiler.cc#newcode1767 src/compiler.cc:1767: if (!outer_info->is_debug() || existing->HasDebugCode()) { On 2016/08/18 10:26:06, rmcilroy ...
4 years, 4 months ago (2016-08-18 10:29:03 UTC) #7
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/2245263006/20001
4 years, 4 months ago (2016-08-18 10:40:35 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-18 10:42:34 UTC) #10
commit-bot: I haz the power
4 years, 4 months ago (2016-08-18 10:42:48 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8ab555cc15cb0095ba16ab9394a93e9e620e8e3a
Cr-Commit-Position: refs/heads/master@{#38709}

Powered by Google App Engine
This is Rietveld 408576698