Skip to content
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

Reuse default methods #8650

Closed
graydon opened this issue Aug 20, 2013 · 1 comment
Closed

Reuse default methods #8650

graydon opened this issue Aug 20, 2013 · 1 comment
Labels
A-codegen Area: Code generation E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot. I-slow Issue: Problems and improvements with respect to performance of generated code.

Comments

@graydon
Copy link
Contributor

graydon commented Aug 20, 2013

When a default method is non-type-sensitive, it should recycle its body the same way we recycle monomorphic instances. Presently it is not clear that it does.

@thestinger
Copy link
Contributor

mergefunc is capable of doing this, so I'm closing in favour of #9536 (type_use has been removed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-codegen Area: Code generation E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot. I-slow Issue: Problems and improvements with respect to performance of generated code.
Projects
None yet
Development

No branches or pull requests

2 participants