summaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-14 16:53:12 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-23 17:19:48 -0400
commit5a502cd1431b535a12dced0479b75c5f7dbfb01c (patch)
treedfcbc80191ab4a99572debbc2561422a43e04913 /CODEOWNERS
parentade3db5392d0f98cbd2e917fca926f4e08ca4fa7 (diff)
downloadhaskell-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