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

Issue 1833643002: [Interpreter] Remove separate Ignition snapshot. (Closed)

Created:
4 years, 9 months ago by rmcilroy
Modified:
4 years, 8 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] Remove separate Ignition snapshot. Removes the seperate Ignition snapshot and build the Ignition bytecode handlers in the default snapshot. BUG=v8:4280 LOG=N Committed: https://crrev.com/1798f3fe84faff32ba44e09f6aed79245dd98d80 Cr-Commit-Position: refs/heads/master@{#35058} Committed: https://crrev.com/1b9066fdf1b40e77cd5edd4d09ed456ece5e25d5 Cr-Commit-Position: refs/heads/master@{#35359}

Patch Set 1 #

Total comments: 4

Patch Set 2 : unconditionally initialize interpreter #

Patch Set 3 : Rebase and only build handlers when building the snapshot or if --ignition is passed #

Patch Set 4 : Add back interpreter initialization to tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -103 lines) Patch
M build/isolate.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M build/standalone.gypi View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M build/toolchain.gypi View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M src/base.isolate View 1 chunk +0 lines, -7 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/isolate.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M src/startup-data-util.cc View 2 chunks +1 line, -4 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 6 chunks +18 lines, -82 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 44 (20 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1833643002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1833643002/1
4 years, 9 months ago (2016-03-24 11:04:53 UTC) #2
rmcilroy
Michael, please take a look, thanks. This is essentially a revert of your previous two ...
4 years, 9 months ago (2016-03-24 11:05:35 UTC) #4
Michael Achenbach
lgtm on the infra parts - added yangguo and mstarzinger to judge if passing --ignition ...
4 years, 9 months ago (2016-03-24 11:29:32 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/17408)
4 years, 9 months ago (2016-03-24 11:35:01 UTC) #8
Yang
https://codereview.chromium.org/1833643002/diff/1/tools/gyp/v8.gyp File tools/gyp/v8.gyp (right): https://codereview.chromium.org/1833643002/diff/1/tools/gyp/v8.gyp#newcode203 tools/gyp/v8.gyp:203: '--ignition', On 2016/03/24 11:29:32, Michael Achenbach wrote: > Does ...
4 years, 9 months ago (2016-03-24 11:36:25 UTC) #9
rmcilroy
https://codereview.chromium.org/1833643002/diff/1/tools/gyp/v8.gyp File tools/gyp/v8.gyp (right): https://codereview.chromium.org/1833643002/diff/1/tools/gyp/v8.gyp#newcode203 tools/gyp/v8.gyp:203: '--ignition', On 2016/03/24 11:36:25, Yang wrote: > On 2016/03/24 ...
4 years, 9 months ago (2016-03-24 12:10:38 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/1833643002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1833643002/20001
4 years, 9 months ago (2016-03-24 12:33:36 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-24 12:55:09 UTC) #15
Michael Starzinger
LGTM (on everything outside the build files). Thanks! https://codereview.chromium.org/1833643002/diff/1/tools/gyp/v8.gyp File tools/gyp/v8.gyp (right): https://codereview.chromium.org/1833643002/diff/1/tools/gyp/v8.gyp#newcode203 tools/gyp/v8.gyp:203: '--ignition', ...
4 years, 9 months ago (2016-03-24 13:19:25 UTC) #16
Yang
On 2016/03/24 13:19:25, Michael Starzinger wrote: > LGTM (on everything outside the build files). Thanks! ...
4 years, 9 months ago (2016-03-24 13:20:29 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1833643002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1833643002/20001
4 years, 9 months ago (2016-03-24 13:39:36 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-24 13:42:03 UTC) #22
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/1798f3fe84faff32ba44e09f6aed79245dd98d80 Cr-Commit-Position: refs/heads/master@{#35058}
4 years, 9 months ago (2016-03-24 13:42:17 UTC) #24
rmcilroy
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1827143002/ by rmcilroy@chromium.org. ...
4 years, 9 months ago (2016-03-24 17:11:51 UTC) #25
rmcilroy
Relanding with a tweak to ensure handlers aren't built in nosnap builds unless --ignition is ...
4 years, 8 months ago (2016-04-08 12:01:17 UTC) #27
Michael Achenbach
The timeouts on the bots are also increased by now...
4 years, 8 months ago (2016-04-08 12:01:49 UTC) #28
rmcilroy
On 2016/04/08 12:01:49, Michael Achenbach wrote: > The timeouts on the bots are also increased ...
4 years, 8 months ago (2016-04-08 12:02:27 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1833643002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1833643002/40001
4 years, 8 months ago (2016-04-08 12:02:51 UTC) #31
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-08 12:26:32 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1833643002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1833643002/60001
4 years, 8 months ago (2016-04-08 12:55:50 UTC) #35
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-08 13:19:55 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1833643002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1833643002/60001
4 years, 8 months ago (2016-04-08 13:22:53 UTC) #40
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-08 13:24:39 UTC) #42
commit-bot: I haz the power
4 years, 8 months ago (2016-04-08 13:25:41 UTC) #44
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1b9066fdf1b40e77cd5edd4d09ed456ece5e25d5
Cr-Commit-Position: refs/heads/master@{#35359}

Powered by Google App Engine
This is Rietveld 408576698