diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-14 16:53:12 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-06-23 17:19:48 -0400 |
commit | 5a502cd1431b535a12dced0479b75c5f7dbfb01c (patch) | |
tree | dfcbc80191ab4a99572debbc2561422a43e04913 /CODEOWNERS | |
parent | ade3db5392d0f98cbd2e917fca926f4e08ca4fa7 (diff) | |
download | haskell-5a502cd1431b535a12dced0479b75c5f7dbfb01c.tar.gz |
ghci: Load static objects in batches
Previously in the case where GHC was dynamically linked we would load
static objects one-by-one by linking each into its own shared object and
dlopen'ing each in order. However, this meant that the link would fail
in the event that the objects had cyclic symbol dependencies.
Here we fix this by merging each "run" of static objects into a single
shared object and loading this.
Fixes #13786 for the case where GHC is dynamically linked.
Diffstat (limited to 'CODEOWNERS')
0 files changed, 0 insertions, 0 deletions