X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FREADME;h=dbde6579f425dd592b283f4169cb244b0a8bde6b;hb=f871cf1bf889704a4ec1f0063ad4d96f31453ea3;hp=aae99bf20bcebb630352cd448076f8a8c6c99cad;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/includes/README b/includes/README index aae99bf..dbde657 100644 --- a/includes/README +++ b/includes/README @@ -64,34 +64,33 @@ 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 */ + TickyCounters.h 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 - StgTicky.h Stable.h Hooks.h Signals.h - DNInvoke.h - Dotnet.h + Adjustor.h /* foreign import "wrapper", aka adjustors */ + StgPrimFloat.h /* primitive floating-point operations */ + Hpc.h Cmm.h /* included into .cmm source only */ DerivedConstants.h /* generated by mkDerivedConstants.c from other */ @@ -111,4 +110,3 @@ ieee-flpt.h /* ToDo: needed? */ RtsAPI.h /* The top-level interface to the RTS (rts_evalIO(), etc.) */ HsFFI.h /* The external FFI api */ -