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

Issue 25954003: - Harden coverage generation, by not attempting to compile (Closed)

Created:
7 years, 2 months ago by Ivan Posva
Modified:
7 years, 2 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Harden coverage generation, by not attempting to compile un-compilable functions. - Only register closure functions in the class when they have been properly setup. - Make sure to compile closure functions when calling CompileAll. R=hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=28282

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -12 lines) Patch
M runtime/vm/compiler.cc View 1 2 chunks +17 lines, -0 lines 0 comments Download
M runtime/vm/coverage.cc View 1 1 chunk +17 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 1 chunk +19 lines, -1 line 0 comments Download
M runtime/vm/parser.cc View 1 6 chunks +11 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Ivan Posva
7 years, 2 months ago (2013-10-04 00:19:13 UTC) #1
hausner
LGTM with comments https://codereview.chromium.org/25954003/diff/1/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/25954003/diff/1/runtime/vm/compiler.cc#newcode883 runtime/vm/compiler.cc:883: !func.IsRedirectingFactory()) { Can we really have ...
7 years, 2 months ago (2013-10-04 16:06:22 UTC) #2
Ivan Posva
https://codereview.chromium.org/25954003/diff/1/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/25954003/diff/1/runtime/vm/compiler.cc#newcode883 runtime/vm/compiler.cc:883: !func.IsRedirectingFactory()) { On 2013/10/04 16:06:23, hausner wrote: > Can ...
7 years, 2 months ago (2013-10-04 20:50:02 UTC) #3
Ivan Posva
7 years, 2 months ago (2013-10-04 20:50:21 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r28282 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698