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
I looked into slow compile times and large binary sizes, and noticed that there seems to be a significant number of unused private methods. I believe DCE will remove those, but would it be possible to remove them from the source files? If there is a large number of them and they're not likely to be used in the near future, I suspect compile times would improve.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I looked into slow compile times and large binary sizes, and noticed that there seems to be a significant number of unused private methods. I believe DCE will remove those, but would it be possible to remove them from the source files? If there is a large number of them and they're not likely to be used in the near future, I suspect compile times would improve.
Example:
Beta Was this translation helpful? Give feedback.
All reactions