rewrite type_use #8651
Labels
A-codegen
Area: Code generation
A-type-system
Area: Type system
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.
As evidenced in http://people.mozilla.org/~graydon/symbols-by-name.txt we are making a whole lot of copies of functions.
type_use
is supposed to recycle functions that are "effectively" the same due to their type-dependence, but it doesn't do a very good job of it (see other linked bugs in #6819). Probably it could do with being rewritten entirely.The text was updated successfully, but these errors were encountered: