Changes between Version 6 and Version 7 of Commentary/SourceTree/Includes
- Timestamp:
- 08/25/09 02:26:40 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/SourceTree/Includes
v6 v7 30 30 The canonical definition of certain structures are in C header files. 31 31 For example, the layout of closures and info tables are defined in the 32 headers [http://darcs.haskell.org/ghc/includes/rts/storage/Closures.h 33 Closures.h] and 34 [http://darcs.haskell.org/ghc/includes/rts/storage/InfoTables.h 35 InfoTables.h] respectivesly. How do we get the information about the 32 headers [http://darcs.haskell.org/ghc/includes/rts/storage/Closures.h Closures.h] and 33 [http://darcs.haskell.org/ghc/includes/rts/storage/InfoTables.h InfoTables.h] respectivesly. How do we get the information about the 36 34 layout of these structures to the parts of the system that are not 37 35 written in C, such as the compiler itself, or the C-- code in the RTS?
