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

Issue 1019293003: Fix broken JSFunction::is_compiled predicate. (Closed)

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

Description

Fix broken JSFunction::is_compiled predicate. The aforementioned predicate reported a JSFunction that was marked for optimization as already compiled. This in turn also prevented us from being aggressive about FLAG_always_opt treatment. R=yangguo@chromium.org Committed: https://crrev.com/3ad973a16fd7071f878135e864a2505668f6f21b Cr-Commit-Position: refs/heads/master@{#27481}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove stray assert. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -8 lines) Patch
M src/factory.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M src/objects.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/objects-inl.h View 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Michael Starzinger
5 years, 9 months ago (2015-03-26 14:11:40 UTC) #1
titzer
lgtm
5 years, 9 months ago (2015-03-26 14:15:50 UTC) #3
Yang
lgtm https://codereview.chromium.org/1019293003/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/1019293003/diff/1/src/objects-inl.h#newcode6135 src/objects-inl.h:6135: code() != builtins->builtin(Builtins::kCompileOptimizedConcurrent); Can it be anything else ...
5 years, 9 months ago (2015-03-26 14:23:12 UTC) #4
Michael Starzinger
https://codereview.chromium.org/1019293003/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/1019293003/diff/1/src/objects-inl.h#newcode6135 src/objects-inl.h:6135: code() != builtins->builtin(Builtins::kCompileOptimizedConcurrent); On 2015/03/26 14:23:12, Yang wrote: > ...
5 years, 9 months ago (2015-03-26 14:57:00 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1019293003/20001
5 years, 9 months ago (2015-03-26 15:03:19 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-26 15:04:45 UTC) #9
commit-bot: I haz the power
5 years, 9 months ago (2015-03-26 15:04:56 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/3ad973a16fd7071f878135e864a2505668f6f21b
Cr-Commit-Position: refs/heads/master@{#27481}

Powered by Google App Engine
This is Rietveld 408576698