You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utils: change handling of generic specializations in analyze_code_size.py
Two changes:
* If a function is a function signature (or any other) specialization of a generic specialization, count it is generic specialization.
Function signature speializations are just small modifications of the original function, whereas generic specializations are real copies. So it makes more sense to "prioritize" generic specializations.
* Create a separate category of generic specializations of stdlib functions.
0 commit comments