Changes between Version 67 and Version 68 of WikiStart

Show
Ignore:
Timestamp:
08/31/06 05:48:16 (7 years ago)
Author:
simonmar
Comment:

GhciDebugger has more to do with the compiler than the RTS

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v67 v68  
    9393 * [wiki:RewriteRules]: Notes about the implementation of RULEs in GHC 
    9494 * [wiki:BackEndNotes]: Some ideas and notes about the back end. 
     95 * [wiki:GhciDebugger]: Some notes about the implementation of the GHCi debugger. Probably uninteresting unless you want to work on the debugger. 
    9596 
    9697== Primitive operations ==  
     
    100101== Understanding the run-time system ==  
    101102 * [wiki:GarbageCollectorNotes] Notes about GHC's existing single threaded garbage collector and development of a parallel GC. 
    102  * [wiki:GhciDebugger]: Some notes about the implementation of the GHCi debugger. Probably uninteresting unless you want to work on the debugger. 
    103  
     103  
    104104 
    105105== Old but useful ==