Forked from
Glasgow Haskell Compiler / GHC
44210 commits behind, 191 commits ahead of the upstream repository.
-
batterseapower authored
This is safe because GHC never generates a fast call to a data constructor worker: if the call is seen statically it will be eta-expanded and the allocation of the data will be inlined. We still need to export the _closure in case the constructor is used in an unapplied fashion.
batterseapower authoredThis is safe because GHC never generates a fast call to a data constructor worker: if the call is seen statically it will be eta-expanded and the allocation of the data will be inlined. We still need to export the _closure in case the constructor is used in an unapplied fashion.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CmmInfo.hs 9.66 KiB