Matthew Pickering pushed to branch wip/bytecode-library at Glasgow Haskell Compiler / GHC
Commits:
-
b186de5f
by Matthew Pickering at 2025-10-07T10:54:01+01:00
1 changed file:
Changes:
| ... | ... | @@ -29,9 +29,9 @@ import GHC.Utils.TmpFs |
| 29 | 29 | import Control.Monad (when)
|
| 30 | 30 | import System.FilePath
|
| 31 | 31 | |
| 32 | -data DynLinkMode = LinkingHomePackage -- | Creating a dynamic library for the home package
|
|
| 32 | +data DynLinkMode = LinkingHomePackage -- ^ Creating a dynamic library for the home package
|
|
| 33 | 33 | | LinkingForInterpreter
|
| 34 | - -- |^ Creating a shared library which will immediately be loaded by the interpreter
|
|
| 34 | + -- ^ Creating a shared library which will immediately be loaded by the interpreter
|
|
| 35 | 35 | -- this will not pass any package dependencies, and presume that the correct libraries are loaded in
|
| 36 | 36 | -- the correct order using dlopen.
|
| 37 | 37 |