[GHC] #8173: GHC uses nub
GHC
ghc-devs at haskell.org
Tue Sep 24 15:38:57 CEST 2013
#8173: GHC uses nub
-------------------------------------+-------------------------------------
Reporter: nh2 | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: Compile-time | Difficulty: Moderate (less
performance bug | than a day)
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+-------------------------------------
Comment (by simonpj):
By all means add `nubOrd` to `compiler/utils` and change calls to `nub` in
GHC. Could you check what effect doing so has on the performance of the
compiler? thanks!
Simon
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8173#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list