NOINLINE the global FastString.string_table
[ghc-hetmet.git] / compiler / utils / FastString.lhs
index 4aa10ae..cdabd62 100644 (file)
@@ -161,6 +161,7 @@ data FastStringTable =
     {-# UNPACK #-} !Int
     (MutableArray# RealWorld [FastString])
 
+{-# NOINLINE string_table #-}
 string_table :: IORef FastStringTable
 string_table = 
  unsafePerformIO $ do