Skip to content

improve generic method RTTI #27330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jmesserly opened this issue Sep 13, 2016 · 1 comment
Closed

improve generic method RTTI #27330

jmesserly opened this issue Sep 13, 2016 · 1 comment
Labels
P2 A bug or feature request we're likely to work on web-dev-compiler

Comments

@jmesserly
Copy link

From @jmesserly on April 29, 2016 22:7

we currently have two redundant things:

  • function wrapping step in _functionType function in ddc_runtime/types.dart (see TODO)
  • we wrap generic functions in an array: 'method': [T => [T, [core.Iterable$(T)]]] that array is not needed as it will contain one item. See _emitFunctionTypeParts.

This is not high priority on its own but may simplify fixing some other things.

Copied from original issue: dart-archive/dev_compiler#539

@jmesserly
Copy link
Author

I think this is obsolete now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 A bug or feature request we're likely to work on web-dev-compiler
Projects
None yet
Development

No branches or pull requests

1 participant