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

Issue 2140973003: [turbofan] Speed up structural graph verification. (Closed)

Created:
4 years, 5 months ago by Michael Starzinger
Modified:
4 years, 5 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

[turbofan] Speed up structural graph verification. This removes the checking for use-def and def-use chain links from the graph verification. Presence of such links can only be violated by a bug in the actual {Node} implementation itself. That container class is also covered by unit tests. The verification in question was useful in the early days when the graph implementation itself was prone to bugs. By now it has stabilized and spending O(n^2) time during graph verification is too wasteful to still be considered a reasonable trade-off. R=jarin@chromium.org TEST=unittests/NodeTest.* Committed: https://crrev.com/f3ca2142221a1f29be4c43b1fd44840df1318df2 Cr-Commit-Position: refs/heads/master@{#37670}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -25 lines) Patch
M src/compiler/verifier.cc View 5 chunks +0 lines, -22 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +0 lines, -3 lines 0 comments Download
M test/unittests/compiler/node-unittest.cc View 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
Michael Starzinger
Jaro: PTAL. Jakob: FYI.
4 years, 5 months ago (2016-07-12 09:09:45 UTC) #3
titzer
On 2016/07/12 09:09:45, Michael Starzinger wrote: > Jaro: PTAL. > Jakob: FYI. lgtm
4 years, 5 months ago (2016-07-12 09:18:49 UTC) #4
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/2140973003/1
4 years, 5 months ago (2016-07-12 09:28:13 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-07-12 09:30:54 UTC) #8
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/f3ca2142221a1f29be4c43b1fd44840df1318df2 Cr-Commit-Position: refs/heads/master@{#37670}
4 years, 5 months ago (2016-07-12 09:31:18 UTC) #10
Jakob Kummerow
4 years, 5 months ago (2016-07-12 09:33:45 UTC) #11
Message was sent while issue was closed.
Cool, thanks!

Powered by Google App Engine
This is Rietveld 408576698