Changes between Version 81 and Version 82 of Commentary
- Timestamp:
- 05/09/07 00:57:20 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary
v81 v82 22 22 * [wiki:Commentary/Profiling Profiling] 23 23 * [wiki:Commentary/PrimOps Primitive Operations (PrimOps)]; see also [wiki:Commentary/Compiler/WiredIn Wired-in and known-key things] 24 * [wiki:Commentary/PositionIndependentCode Position Independent Code and Dynamic Linking] 24 25 25 26 * [wiki:Commentary/UserManual The User Manual] (formatting guidelines etc) 26 27 27 28 * [wiki:Commentary/EvilMangler The Evil Mangler] 29 30 * Working on GHC 31 * DebuggingGhcCrashes: how to use gdb to debug a crash in GHC-compiled code. 28 32 29 33 == Contributed Documentation == … … 45 49 * [wiki:HaddockComments]: Some notes about how the Haddock comment support is implemented. 46 50 * [wiki:ExplicitCallStack]: Notes about maintaining an explicit call stack, to support error attribution and profiling. 47 * [wiki:Commentary/PositionIndependentCode Position Independent Code and Dynamic Linking]48 51 49 52 * The Runtime System … … 58 61 * Getting to grips with the code base 59 62 * BeginnersNotes: Some notes about getting started hacking GHC and the structure of the compiler (especially types and typecheck) 60 * DebuggingGhcCrashes: how to use gdb to debug a crash in GHC-compiled code.61 63 62 64 * [wiki:AboutVideos Hackathon presentations] (video)
