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 merge requests found
......@@ -17,6 +17,7 @@ module ClosureInfo (
mkClosureLFInfo, mkConLFInfo, mkSelectorLFInfo, mkVapLFInfo,
mkLFImported, mkLFArgument, mkLFLetNoEscape,
UpdateFlag,
closureSize, closureHdrSize,
closureNonHdrSize, closureSizeWithoutFixedHdr,
......@@ -27,12 +28,15 @@ module ClosureInfo (
layOutStaticNoFVClosure, layOutPhantomClosure,
mkVirtHeapOffsets,
nodeMustPointToIt, getEntryConvention,
nodeMustPointToIt, getEntryConvention,
SYN_IE(FCode), CgInfoDownwards, CgState,
blackHoleOnEntry,
staticClosureRequired,
slowFunEntryCodeRequired, funInfoTableRequired,
stdVapRequired, noUpdVapRequired,
StgBinderInfo,
closureId, infoTableLabelFromCI, fastLabelFromCI,
closureLabelFromCI,
......@@ -40,6 +44,7 @@ module ClosureInfo (
closureLFInfo, closureSMRep, closureUpdReqd,
closureSingleEntry, closureSemiTag, closureType,
closureReturnsUnboxedType, getStandardFormThunkInfo,
GenStgArg,
isToplevClosure,
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