diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2011-07-06 18:01:02 +0100 |
---|---|---|
committer | Max Bolingbroke <batterseapower@hotmail.com> | 2011-07-07 08:44:20 +0100 |
commit | dd391759500ab2b6abd23d502ade7ff8946c780f (patch) | |
tree | ccb4c968c5aea99524d4a8a2b9e94d400e14826a /compiler/codeGen/StgCmmPrim.hs | |
parent | 41ca0b8dcb91cf02f389b3d099c33fbdf009312c (diff) | |
download | haskell-dd391759500ab2b6abd23d502ade7ff8946c780f.tar.gz |
Don't export the _info symbol for the data constructor worker bindings
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.
Diffstat (limited to 'compiler/codeGen/StgCmmPrim.hs')
0 files changed, 0 insertions, 0 deletions