Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Detect allocation sites with reified dynamic #299

Closed
vsmenon opened this issue Aug 24, 2015 · 1 comment
Closed

Detect allocation sites with reified dynamic #299

vsmenon opened this issue Aug 24, 2015 · 1 comment

Comments

@vsmenon
Copy link
Contributor

vsmenon commented Aug 24, 2015

Many of our runtime type failures are due to reified dynamics - e.g., allocated objects with type Foo or (dynamic)->dynamic.

We can do a few things to help users address these where problematic:

  • A info / warning when such a type is concretely allocated.
  • Embedding metadata to tie these objects, at runtime, back to allocation site (for easy debugging).
@jmesserly
Copy link
Contributor

moved to sdk: dart-lang/sdk#25573, dart-lang/sdk#24712

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants