Skip to content
Snippets Groups Projects
Commit 50175239 authored by sof's avatar sof
Browse files

[project @ 1997-08-02 21:27:13 by sof]

Re-export FCode(..), and StgBinderInfo&UpdateFlag to close up interface
parent 1369cd5b
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ module ClosureInfo ( ...@@ -17,6 +17,7 @@ module ClosureInfo (
mkClosureLFInfo, mkConLFInfo, mkSelectorLFInfo, mkVapLFInfo, mkClosureLFInfo, mkConLFInfo, mkSelectorLFInfo, mkVapLFInfo,
mkLFImported, mkLFArgument, mkLFLetNoEscape, mkLFImported, mkLFArgument, mkLFLetNoEscape,
UpdateFlag,
closureSize, closureHdrSize, closureSize, closureHdrSize,
closureNonHdrSize, closureSizeWithoutFixedHdr, closureNonHdrSize, closureSizeWithoutFixedHdr,
...@@ -27,12 +28,15 @@ module ClosureInfo ( ...@@ -27,12 +28,15 @@ module ClosureInfo (
layOutStaticNoFVClosure, layOutPhantomClosure, layOutStaticNoFVClosure, layOutPhantomClosure,
mkVirtHeapOffsets, mkVirtHeapOffsets,
nodeMustPointToIt, getEntryConvention, nodeMustPointToIt, getEntryConvention,
SYN_IE(FCode), CgInfoDownwards, CgState,
blackHoleOnEntry, blackHoleOnEntry,
staticClosureRequired, staticClosureRequired,
slowFunEntryCodeRequired, funInfoTableRequired, slowFunEntryCodeRequired, funInfoTableRequired,
stdVapRequired, noUpdVapRequired, stdVapRequired, noUpdVapRequired,
StgBinderInfo,
closureId, infoTableLabelFromCI, fastLabelFromCI, closureId, infoTableLabelFromCI, fastLabelFromCI,
closureLabelFromCI, closureLabelFromCI,
...@@ -40,6 +44,7 @@ module ClosureInfo ( ...@@ -40,6 +44,7 @@ module ClosureInfo (
closureLFInfo, closureSMRep, closureUpdReqd, closureLFInfo, closureSMRep, closureUpdReqd,
closureSingleEntry, closureSemiTag, closureType, closureSingleEntry, closureSemiTag, closureType,
closureReturnsUnboxedType, getStandardFormThunkInfo, closureReturnsUnboxedType, getStandardFormThunkInfo,
GenStgArg,
isToplevClosure, isToplevClosure,
closureKind, closureTypeDescr, -- profiling closureKind, closureTypeDescr, -- profiling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment