Chromium Code Reviews
Descriptiondart2js cps: Fix bug in bounds check elimination.
The cycle detection assumed that positive-weight cycles could safely be
ignored while searching for a negative-weight cycle, but this broke the
memoization in the DFS.
Do not try to use DFS to find shortest paths in cyclic graphs.
BUG=
R=kmillikin@google.com
Committed: https://github.com/dart-lang/sdk/commit/09a5ed9134304fcad7f3ec5319e8c1040150f38e
Patch Set 1 #Patch Set 2 : Rephrase a comment #
Total comments: 10
Patch Set 3 : Address kevins comments #
Messages
Total messages: 7 (2 generated)
|
||||||||||||||||||||||||||||