diff options
Diffstat (limited to 'rts/sm')
-rw-r--r-- | rts/sm/CNF.h | 2 | ||||
-rw-r--r-- | rts/sm/Compact.c | 2 | ||||
-rw-r--r-- | rts/sm/Compact.h | 2 | ||||
-rw-r--r-- | rts/sm/Evac.c | 2 | ||||
-rw-r--r-- | rts/sm/Evac.h | 2 | ||||
-rw-r--r-- | rts/sm/GC.c | 2 | ||||
-rw-r--r-- | rts/sm/GC.h | 2 | ||||
-rw-r--r-- | rts/sm/GCTDecl.h | 2 | ||||
-rw-r--r-- | rts/sm/GCThread.h | 2 | ||||
-rw-r--r-- | rts/sm/GCUtils.c | 2 | ||||
-rw-r--r-- | rts/sm/GCUtils.h | 2 | ||||
-rw-r--r-- | rts/sm/HeapAlloc.h | 2 | ||||
-rw-r--r-- | rts/sm/MarkStack.h | 2 | ||||
-rw-r--r-- | rts/sm/MarkWeak.c | 2 | ||||
-rw-r--r-- | rts/sm/MarkWeak.h | 2 | ||||
-rw-r--r-- | rts/sm/Scav.c | 2 | ||||
-rw-r--r-- | rts/sm/Scav.h | 2 | ||||
-rw-r--r-- | rts/sm/ShouldCompact.h | 2 | ||||
-rw-r--r-- | rts/sm/Storage.c | 2 | ||||
-rw-r--r-- | rts/sm/Sweep.c | 2 | ||||
-rw-r--r-- | rts/sm/Sweep.h | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/rts/sm/CNF.h b/rts/sm/CNF.h index 6482130d2b..5377233483 100644 --- a/rts/sm/CNF.h +++ b/rts/sm/CNF.h @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/Compact.c b/rts/sm/Compact.c index 77523aea08..3bfefa7ceb 100644 --- a/rts/sm/Compact.c +++ b/rts/sm/Compact.c @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/Compact.h b/rts/sm/Compact.h index 570de7a340..db50807217 100644 --- a/rts/sm/Compact.h +++ b/rts/sm/Compact.h @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/Evac.c b/rts/sm/Evac.c index 289031945d..b4050512a6 100644 --- a/rts/sm/Evac.c +++ b/rts/sm/Evac.c @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/Evac.h b/rts/sm/Evac.h index 11f505c526..168af89bd4 100644 --- a/rts/sm/Evac.h +++ b/rts/sm/Evac.h @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/GC.c b/rts/sm/GC.c index 0544fd29da..5aa2d1bc85 100644 --- a/rts/sm/GC.c +++ b/rts/sm/GC.c @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/GC.h b/rts/sm/GC.h index 437a25f8d9..43cc4ca8a1 100644 --- a/rts/sm/GC.h +++ b/rts/sm/GC.h @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/GCTDecl.h b/rts/sm/GCTDecl.h index d3717d1e45..8306795ade 100644 --- a/rts/sm/GCTDecl.h +++ b/rts/sm/GCTDecl.h @@ -5,7 +5,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/GCThread.h b/rts/sm/GCThread.h index e865dabe5d..66f604d6cc 100644 --- a/rts/sm/GCThread.h +++ b/rts/sm/GCThread.h @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/GCUtils.c b/rts/sm/GCUtils.c index 31b2913a37..02c26ddf5e 100644 --- a/rts/sm/GCUtils.c +++ b/rts/sm/GCUtils.c @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/GCUtils.h b/rts/sm/GCUtils.h index 8b6040769e..a71d6dcb92 100644 --- a/rts/sm/GCUtils.h +++ b/rts/sm/GCUtils.h @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * --------------------------------------------------------------------------*/ diff --git a/rts/sm/HeapAlloc.h b/rts/sm/HeapAlloc.h index 1d9d23758a..cd41adfe4d 100644 --- a/rts/sm/HeapAlloc.h +++ b/rts/sm/HeapAlloc.h @@ -17,7 +17,7 @@ It needs to be FAST. See wiki commentary at - http://ghc.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced + https://gitlab.haskell.org/ghc/ghc/wikis/commentary/heap-alloced Implementation of HEAP_ALLOCED ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/rts/sm/MarkStack.h b/rts/sm/MarkStack.h index 51eee5770d..ca519f871f 100644 --- a/rts/sm/MarkStack.h +++ b/rts/sm/MarkStack.h @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/MarkWeak.c b/rts/sm/MarkWeak.c index 3aa28878b7..d5982e2f64 100644 --- a/rts/sm/MarkWeak.c +++ b/rts/sm/MarkWeak.c @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/MarkWeak.h b/rts/sm/MarkWeak.h index 2756cb06e2..305134be64 100644 --- a/rts/sm/MarkWeak.h +++ b/rts/sm/MarkWeak.h @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/Scav.c b/rts/sm/Scav.c index 36592af887..73a790e9ed 100644 --- a/rts/sm/Scav.c +++ b/rts/sm/Scav.c @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/Scav.h b/rts/sm/Scav.h index 6d265a7f40..21ca691bff 100644 --- a/rts/sm/Scav.h +++ b/rts/sm/Scav.h @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/ShouldCompact.h b/rts/sm/ShouldCompact.h index d80076460f..43e53e9fc7 100644 --- a/rts/sm/ShouldCompact.h +++ b/rts/sm/ShouldCompact.h @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/Storage.c b/rts/sm/Storage.c index 4636bf45e3..71864585f6 100644 --- a/rts/sm/Storage.c +++ b/rts/sm/Storage.c @@ -7,7 +7,7 @@ * Documentation on the architecture of the Storage Manager can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/Sweep.c b/rts/sm/Sweep.c index 2cf8399a3b..d6634dcb16 100644 --- a/rts/sm/Sweep.c +++ b/rts/sm/Sweep.c @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ diff --git a/rts/sm/Sweep.h b/rts/sm/Sweep.h index 02cda8df69..25bfef42c3 100644 --- a/rts/sm/Sweep.h +++ b/rts/sm/Sweep.h @@ -7,7 +7,7 @@ * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/gc * * ---------------------------------------------------------------------------*/ |