The default branch for this project has been changed. Please update your bookmarks.
Fast path for data constructor applications
I noticed that in GHC.Core.Opt.Simplify.Iteration.rebuildCall, in the case of data constructor (worker) applications, much of the effort of rebuildCall is wasted.
Idea: provide a fast path for data constructor worker applications.