X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FREADME;h=fef91fe0fd74fa38eeee93909dd322557583d29f;hb=c24a860db326c7c1c7bab837b62147a984d5aecd;hp=a63d02705fbdf85d677f92de9054ba16dcdef46b;hpb=5ddee764beb312933256096d03df7c3ec47ac452;p=ghc-hetmet.git diff --git a/includes/README b/includes/README index a63d027..fef91fe 100644 --- a/includes/README +++ b/includes/README @@ -64,33 +64,35 @@ Rts.h StgDLL.h /* stuff related to Windows DLLs */ MachRegs.h /* global register assignments for this arch */ Regs.h /* "registers" in the virtual machine */ - StgProf.h /* profiling gubbins */ StgMiscClosures.h /* decls for closures & info tables in the RTS */ - RtsExternal.h /* decls for RTS things required by .hc code */ - (RtsAPI.h) - (HsFFI.h) + SMP.h /* basic primitives for synchronisation */ RtsTypes.h /* types used in the RTS */ Constants.h /* build-time constants */ StgLdvProf.h StgFun.h + StgProf.h /* profiling gubbins */ Closures.h Liveness.h /* macros for constructing RET_DYN liveness masks */ ClosureMacros.h ClosureTypes.h InfoTables.h + SMPClosureOps.h /* lockClosure/unlockClosure etc. */ + SpinLock.h TSO.h Updates.h /* macros for performing updates */ GranSim.h Parallel.h - SMP.h Block.h Stable.h Hooks.h Signals.h DNInvoke.h Dotnet.h + RtsExternal.h /* decls for RTS things required by .hc code */ + (RtsAPI.h) + (HsFFI.h) Cmm.h /* included into .cmm source only */ DerivedConstants.h /* generated by mkDerivedConstants.c from other */ @@ -110,4 +112,3 @@ ieee-flpt.h /* ToDo: needed? */ RtsAPI.h /* The top-level interface to the RTS (rts_evalIO(), etc.) */ HsFFI.h /* The external FFI api */ -