Changes between Version 2 and Version 3 of Commentary/Rts/Config
- Timestamp:
- 03/04/08 22:36:43 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Rts/Config
v2 v3 27 27 RTS suffix: {{{u}}} 28 28 29 {{{TICKY}}}:: 30 Ticky-ticky profiling[[br]] 31 GHC option: {{{-ticky}}}[[br]] 32 RTS suffix: {{{t}}} 33 29 34 So for example, {{{libHSRts_thr_debug.a}}} is the version of the runtime compiled with {{{THREADED_RTS}}} and {{{DEBUG}}}, and will be linked in if you use the {{{-threaded}}} and {{{-debug}}} options to GHC. 30 35 … … 42 47 The following ways are bitrotted and currently don't work (GHC 6.6): 43 48 44 {{{TICKY}}}::45 Ticky-ticky profiling[[br]]46 GHC option: {{{-ticky}}}[[br]]47 RTS suffix: {{{t}}}48 49 49 {{{PAR}}}, {{{GRANSIM}}}:: 50 50 Parallel Haskell[[br]]
