RTS tidyup sweep, first phase
[ghc-hetmet.git] / includes / README
index fef91fe..dbde657 100644 (file)
@@ -64,6 +64,7 @@ Rts.h
     StgDLL.h           /* stuff related to Windows DLLs */
     MachRegs.h         /* global register assignments for this arch */
     Regs.h             /* "registers" in the virtual machine */
+    TickyCounters.h
     StgMiscClosures.h  /* decls for closures & info tables in the RTS */
     SMP.h               /* basic primitives for synchronisation */
 
@@ -82,17 +83,14 @@ Rts.h
   SpinLock.h
   TSO.h
   Updates.h            /* macros for performing updates */
-  GranSim.h
   Parallel.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)
+  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 */