Changes between Version 38 and Version 39 of RTSsummaryEvents

Show
Ignore:
Timestamp:
04/06/12 22:52:35 (15 months ago)
Author:
MikolajKonarski (IP: 95.160.111.162)
Comment:

typos

Legend:

Unmodified
Added
Removed
Modified
  • RTSsummaryEvents

    v38 v39  
    11== Detailed design rationale for the changes in GHC for emulating +RTS -s through eventlog events == 
    22 
    3 The following subsection are titled after the GHC commits they describe. 
    4 The remaining sections contain problem analysis and design drafts  
     3The following subsections are titled after the GHC commits they describe. 
     4The remaining sections contain problem analysis, design discussion and drafts  
    55and are retained to show the motivation and the history of the changes. 
    66 
     
    114114==== Add the GC_GLOBAL_SYNC event marking that all caps are stopped for GC ==== 
    115115 
    116 Quoting design rationale by dcoutts: The event indicates that we're doing 
     116The event indicates that we're doing 
    117117a stop-the-world GC and all other HECs should be between their GC_START 
    118118and GC_END events at that moment. We don't want to use GC_STATS_GHC