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

Issue 2575333003: [Complier] Only optimize a function marked for tier-up if it is compiled. (Closed)

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

Description

[Complier] Only optimize a function marked for tier-up if it is compiled. When mark-shared-funtion-for-tier-up is enabled, a function could be marked for optimization, then the baseline (FCG) code is flushed by the GC. The next time the function is executed, we shouldn't optimize the code if there isn't baseline code. BUG=chromium:673242 Review-Url: https://codereview.chromium.org/2575333003 Cr-Commit-Position: refs/heads/master@{#41751} Committed: https://chromium.googlesource.com/v8/v8/+/cb9d0fe7f4789dc5c471fcb092457efc503bd2e4

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -1 line) Patch
M src/compiler.cc View 1 chunk +2 lines, -1 line 0 comments Download
A test/mjsunit/regress/regress-673242.js View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
rmcilroy
Michi / Leszek PTAL.
4 years ago (2016-12-15 16:18:47 UTC) #2
Leszek Swirski
I'm a bit confused by this patch, doesn't it mean that never compiled functions are ...
4 years ago (2016-12-15 16:25:55 UTC) #5
rmcilroy
On 2016/12/15 16:25:55, Leszek Swirski wrote: > I'm a bit confused by this patch, doesn't ...
4 years ago (2016-12-15 16:31:40 UTC) #6
Michael Starzinger
LGTM.
4 years ago (2016-12-16 10:36:36 UTC) #9
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/2575333003/1
4 years ago (2016-12-16 10:42:05 UTC) #11
commit-bot: I haz the power
4 years ago (2016-12-16 10:44:58 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/cb9d0fe7f4789dc5c471fcb092457efc503...

Powered by Google App Engine
This is Rietveld 408576698