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

Issue 1568613007: Don't suppress compile-time errors when inlining. (Closed)

Created:
4 years, 11 months ago by rmacnak
Modified:
4 years, 11 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Don't suppress compile-time errors when inlining. When precompiling, it is possible to encounter a compile-time error when inlining because the target never went through unoptimized compilation or optimized compilation where it was the root function. Some checks for compile-time errors are not idemponent because have they have side-effects: in particular, the checks for a cyclic redirecting factory or const expressions that have a runtime error may not trigger the second time they are parsed. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/557978616132a989732895340642b6afaf68a52e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -186 lines) Patch
M runtime/vm/compiler.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 chunk +207 lines, -184 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
rmacnak
4 years, 11 months ago (2016-01-07 23:56:32 UTC) #2
Florian Schneider
lgtm
4 years, 11 months ago (2016-01-14 00:53:02 UTC) #3
rmacnak
4 years, 11 months ago (2016-01-14 01:10:52 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
557978616132a989732895340642b6afaf68a52e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698