[GHC] #7382: Evaluating GHCi expressions is slow following the dynamic-by-default change
GHC
ghc-devs at haskell.org
Wed Aug 14 07:43:36 CEST 2013
#7382: Evaluating GHCi expressions is slow following the dynamic-by-default change
-------------------------------------+-------------------------------------
Reporter: parcs | Owner: Austin Seipp
Type: bug | <aseipp@…>
Priority: highest | Status: closed
Component: GHCi | Milestone: 7.8.1
Resolution: fixed | Version: 7.7
Operating System: Unknown/Multiple | Keywords:
Type of failure: Runtime | Architecture: Unknown/Multiple
performance bug | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+-------------------------------------
Changes (by Austin Seipp <aseipp@…>):
* owner: => Austin Seipp <aseipp@…>
* status: patch => closed
* resolution: => fixed
Comment:
In [changeset:333273792479695cf79a72cffa4c579d0c9deb21/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="333273792479695cf79a72cffa4c579d0c9deb21"
Don't run the system linker unncessarily.
This wastes time when evaluating expressions in GHCi. We also
disable object unloading when using the dynamic linker, too.
Fixes #7382. Fixes #7326.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7382#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list