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

Issue 1811553003: [Interpreter] Make ignition compiler eagerly. (Closed)

Created:
4 years, 9 months ago by rmcilroy
Modified:
4 years, 9 months ago
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] Make ignition compiler eagerly. Makes --ignition cause eager compilation if we aren't building the startup snapshot. BUG=v8:4280 LOG=N Committed: https://crrev.com/838cea4e4ee0e473703e1a1db2ead95dde039684 Cr-Commit-Position: refs/heads/master@{#35066}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix comment #

Patch Set 3 : Fix tests #

Total comments: 9

Patch Set 4 : Rebase #

Total comments: 2

Patch Set 5 : Address review comments #

Total comments: 2

Patch Set 6 : Fix test which was missed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -35 lines) Patch
M src/background-parsing-task.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler.cc View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 2 3 3 chunks +46 lines, -3 lines 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
M test/cctest/interpreter/interpreter-tester.cc View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 4 4 chunks +22 lines, -7 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 2 3 4 2 chunks +6 lines, -2 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M test/cctest/test-parsing.cc View 1 2 3 4 3 chunks +9 lines, -0 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 1 2 3 4 1 chunk +5 lines, -2 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 4 2 chunks +11 lines, -7 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 39 (17 generated)
rmcilroy
Michi PTAL. I've kept this logic similar to how FLAG_serialize_eager was added, but I'm wondering ...
4 years, 9 months ago (2016-03-17 14:38:12 UTC) #2
Michael Starzinger
LGTM. Let's not yet factor it out. I started massaging compiler.cc today and will tackle ...
4 years, 9 months ago (2016-03-17 18:58:51 UTC) #3
rmcilroy
https://codereview.chromium.org/1811553003/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1811553003/diff/1/src/compiler.cc#newcode1416 src/compiler.cc:1416: // Consider compiling eagerly when compiling bytecode for Ignition. ...
4 years, 9 months ago (2016-03-21 15:21:55 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1811553003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1811553003/40001
4 years, 9 months ago (2016-03-22 15:35:59 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/17322)
4 years, 9 months ago (2016-03-22 15:42:26 UTC) #8
rmcilroy
Michi - I had to fix a bunch of tests and add a couple more ...
4 years, 9 months ago (2016-03-22 15:43:25 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1811553003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1811553003/60001
4 years, 9 months ago (2016-03-22 15:46:03 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_win_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_rel_ng/builds/4794) v8_win_rel_ng_triggered on ...
4 years, 9 months ago (2016-03-22 16:03:43 UTC) #14
Yang
LGTM. https://codereview.chromium.org/1811553003/diff/40001/src/background-parsing-task.cc File src/background-parsing-task.cc (right): https://codereview.chromium.org/1811553003/diff/40001/src/background-parsing-task.cc#newcode36 src/background-parsing-task.cc:36: info->set_allow_lazy_parsing(!FLAG_ignition); On 2016/03/22 15:43:25, rmcilroy wrote: > Yang ...
4 years, 9 months ago (2016-03-23 14:29:12 UTC) #15
rmcilroy
Addressed comments and added a new flag as discussed Michi, PTAL. https://codereview.chromium.org/1811553003/diff/40001/src/background-parsing-task.cc File src/background-parsing-task.cc (right): ...
4 years, 9 months ago (2016-03-24 11:30:45 UTC) #16
Yang
On 2016/03/24 11:30:45, rmcilroy wrote: > Addressed comments and added a new flag as discussed ...
4 years, 9 months ago (2016-03-24 11:37:26 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1811553003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1811553003/80001
4 years, 9 months ago (2016-03-24 12:40:55 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-24 13:04:24 UTC) #21
Michael Starzinger
Yep LGTM again. Thanks for introducing the new flag! https://codereview.chromium.org/1811553003/diff/80001/test/cctest/test-heap-profiler.cc File test/cctest/test-heap-profiler.cc (right): https://codereview.chromium.org/1811553003/diff/80001/test/cctest/test-heap-profiler.cc#newcode370 test/cctest/test-heap-profiler.cc:370: ...
4 years, 9 months ago (2016-03-24 13:27:14 UTC) #22
rmcilroy
https://codereview.chromium.org/1811553003/diff/80001/test/cctest/test-heap-profiler.cc File test/cctest/test-heap-profiler.cc (right): https://codereview.chromium.org/1811553003/diff/80001/test/cctest/test-heap-profiler.cc#newcode370 test/cctest/test-heap-profiler.cc:370: if (i::FLAG_lazy && !i::FLAG_ignition) { On 2016/03/24 13:27:14, Michael ...
4 years, 9 months ago (2016-03-24 13:48:26 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1811553003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1811553003/100001
4 years, 9 months ago (2016-03-24 13:55:26 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/15762) v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, ...
4 years, 9 months ago (2016-03-24 13:56:38 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1811553003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1811553003/120001
4 years, 9 months ago (2016-03-24 15:25:22 UTC) #31
commit-bot: I haz the power
Failed to apply patch for test/cctest/compiler/test-run-bytecode-graph-builder.cc: While running git apply --index -3 -p1; error: patch ...
4 years, 9 months ago (2016-03-24 17:13:34 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1811553003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1811553003/100001
4 years, 9 months ago (2016-03-24 18:14:59 UTC) #36
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 9 months ago (2016-03-24 18:38:02 UTC) #37
commit-bot: I haz the power
4 years, 9 months ago (2016-03-24 18:38:34 UTC) #39
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/838cea4e4ee0e473703e1a1db2ead95dde039684
Cr-Commit-Position: refs/heads/master@{#35066}

Powered by Google App Engine
This is Rietveld 408576698