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

Issue 726383003: Compute more accurate bound on expected work when tracing. (Closed)

Created:
6 years, 1 month ago by herhut
Modified:
6 years, 1 month ago
Reviewers:
floitsch, sra1
CC:
reviews_dartlang.org, floitsch
Visibility:
Public.

Description

Compute more accurate bound on expected work when tracing. BUG= R=floitsch@google.com, sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=41795

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -8 lines) Patch
M pkg/compiler/lib/src/inferrer/node_tracer.dart View 1 1 chunk +10 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_nodes.dart View 3 chunks +2 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
herhut
This fixes a regression in Navier Stokes.
6 years, 1 month ago (2014-11-17 14:27:19 UTC) #1
floitsch
LGTM. https://codereview.chromium.org/726383003/diff/1/pkg/compiler/lib/src/inferrer/node_tracer.dart File pkg/compiler/lib/src/inferrer/node_tracer.dart (right): https://codereview.chromium.org/726383003/diff/1/pkg/compiler/lib/src/inferrer/node_tracer.dart#newcode109 pkg/compiler/lib/src/inferrer/node_tracer.dart:109: if (seenSoFar + users.length <= MAX_ANALYSIS_COUNT) return false; ...
6 years, 1 month ago (2014-11-17 14:52:57 UTC) #3
herhut
Thanks! https://codereview.chromium.org/726383003/diff/1/pkg/compiler/lib/src/inferrer/node_tracer.dart File pkg/compiler/lib/src/inferrer/node_tracer.dart (right): https://codereview.chromium.org/726383003/diff/1/pkg/compiler/lib/src/inferrer/node_tracer.dart#newcode109 pkg/compiler/lib/src/inferrer/node_tracer.dart:109: if (seenSoFar + users.length <= MAX_ANALYSIS_COUNT) return false; ...
6 years, 1 month ago (2014-11-17 15:12:45 UTC) #6
herhut
6 years, 1 month ago (2014-11-18 09:39:22 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:60001) manually as 41795 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698