diff options
Diffstat (limited to 'compiler/GHC/Data/Bitmap.hs')
-rw-r--r-- | compiler/GHC/Data/Bitmap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Data/Bitmap.hs b/compiler/GHC/Data/Bitmap.hs index 0b7158aa24..5f6444ddc0 100644 --- a/compiler/GHC/Data/Bitmap.hs +++ b/compiler/GHC/Data/Bitmap.hs @@ -76,7 +76,7 @@ intsToReverseBitmap platform size = go 0 Note [Strictness when building Bitmaps] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -One of the places where @Bitmap@ is used is in in building Static Reference +One of the places where @Bitmap@ is used is in building Static Reference Tables (SRTs) (in @GHC.Cmm.Info.Build.procpointSRT@). In #7450 it was noticed that some test cases (particularly those whose C-- have large numbers of CAFs) produced large quantities of allocations from this function. |