[Git][ghc/ghc][wip/romes/rts-linker-direct-symbol-lookup] 2 commits: Comment indent
Rodrigo Mesquita (@alt-romes)
gitlab at gitlab.haskell.org
Tue Mar 26 17:48:41 UTC 2024
Rodrigo Mesquita pushed to branch wip/romes/rts-linker-direct-symbol-lookup at Glasgow Haskell Compiler / GHC
Commits:
d8e87df4 by Rodrigo Mesquita at 2024-03-26T17:33:22+00:00
Comment indent
- - - - -
638e7bc2 by Rodrigo Mesquita at 2024-03-26T17:48:24+00:00
delete misguided change
- - - - -
2 changed files:
- compiler/GHC/ByteCode/Types.hs
- compiler/GHC/Linker/Types.hs
Changes:
=====================================
compiler/GHC/ByteCode/Types.hs
=====================================
@@ -1,4 +1,4 @@
-{-# LANGUAGE StrictData #-}
+-- {-# LANGUAGE StrictData #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TypeApplications #-}
=====================================
compiler/GHC/Linker/Types.hs
=====================================
@@ -186,10 +186,10 @@ instance Outputable LoadedPkgInfo where
-- | Information we can use to dynamically link modules into the compiler
data Linkable = LM {
- linkableTime :: !UTCTime, -- ^ Time at which this linkable was built
+ linkableTime :: !UTCTime, -- ^ Time at which this linkable was built
-- (i.e. when the bytecodes were produced,
-- or the mod date on the files)
- linkableModule :: !Module, -- ^ The linkable module itself
+ linkableModule :: !Module, -- ^ The linkable module itself
linkableUnlinked :: [Unlinked]
-- ^ Those files and chunks of code we have yet to link.
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/f6f6541be3c57867f2b9d9c5e5dd5a5677ec476e...638e7bc233658597898fa368ac0e68833223f661
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/f6f6541be3c57867f2b9d9c5e5dd5a5677ec476e...638e7bc233658597898fa368ac0e68833223f661
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240326/e2b6ae75/attachment-0001.html>
More information about the ghc-commits
mailing list