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

Issue 2481433002: [Interpreter] Add IsInterpreted() to JSFunction and use to fix test-heap tests. (Closed)

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

Description

[Interpreter] Add IsInterpreted() to JSFunction and use to fix test-heap tests. Adds an IsInterpreted() function to both SharedFunctionInfo and JSFunction. This is used to fix the test-heap code-aging tests since Ignition doesn't age code. BUG=v8:4680 Committed: https://crrev.com/abad9b2ff9dbce29659b83ba9a9fc9d2ee004b8b Cr-Commit-Position: refs/heads/master@{#40868}

Patch Set 1 #

Patch Set 2 : Fix always-opt #

Total comments: 4

Patch Set 3 : Address comments #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -69 lines) Patch
M src/compiler.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/ic/ic.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 2 3 2 chunks +16 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 2 3 3 chunks +10 lines, -3 lines 0 comments Download
M src/runtime-profiler.cc View 1 2 3 3 chunks +3 lines, -8 lines 0 comments Download
M test/cctest/cctest.status View 1 2 3 4 chunks +0 lines, -38 lines 0 comments Download
M test/cctest/heap/test-heap.cc View 1 2 3 10 chunks +35 lines, -17 lines 0 comments Download

Messages

Total messages: 27 (18 generated)
rmcilroy
Michi PTAL, thanks.
4 years, 1 month ago (2016-11-07 08:51:14 UTC) #15
rmcilroy
Ping, could you take a look please Michi?
4 years, 1 month ago (2016-11-09 11:52:21 UTC) #16
rmcilroy
ishell@chromium.org: Please review changes in ic
4 years, 1 month ago (2016-11-09 11:52:48 UTC) #18
Michael Starzinger
LGTM modulo better documentation (see comment below). https://codereview.chromium.org/2481433002/diff/40001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/2481433002/diff/40001/src/objects.h#newcode7381 src/objects.h:7381: inline bool ...
4 years, 1 month ago (2016-11-09 12:07:23 UTC) #19
Igor Sheludko
lgtm https://codereview.chromium.org/2481433002/diff/40001/test/cctest/heap/test-heap.cc File test/cctest/heap/test-heap.cc (right): https://codereview.chromium.org/2481433002/diff/40001/test/cctest/heap/test-heap.cc#newcode1618 test/cctest/heap/test-heap.cc:1618: i::FLAG_allow_natives_syntax = true; Spurious change?
4 years, 1 month ago (2016-11-09 12:17:21 UTC) #20
rmcilroy
Comments addressed, landing. https://codereview.chromium.org/2481433002/diff/40001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/2481433002/diff/40001/src/objects.h#newcode7381 src/objects.h:7381: inline bool IsInterpreted() const; On 2016/11/09 ...
4 years, 1 month ago (2016-11-09 16:50:10 UTC) #21
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/2481433002/80001
4 years, 1 month ago (2016-11-09 16:50:24 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 1 month ago (2016-11-09 17:19:40 UTC) #25
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:27:54 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/abad9b2ff9dbce29659b83ba9a9fc9d2ee004b8b
Cr-Commit-Position: refs/heads/master@{#40868}

Powered by Google App Engine
This is Rietveld 408576698