[GHC] #12675: Simplifier ticks exhausted

#12675: Simplifier ticks exhausted --------------------------------------+--------------------------------- Reporter: davean | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.1 Keywords: | Operating System: Linux Architecture: x86_64 (amd64) | Type of failure: None/Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: --------------------------------------+--------------------------------- Works with "-fsimpl-tick-factor=102". Code is: ... import qualified Data.Vector.Unboxed as UV import qualified Data.Vector.Generic as VG import qualified Data.Vector.Algorithms.Tim as Tim ... ∀ v alphabet. (VG.Vector v alphabet, Ord (v alphabet)) ⇒ v alphabet → SA ... SA ∘ VG.modify (Tim.sortBy (lexSuffixCmp st)) ∘ UV.enumFromN 0 $ VG.length st+1 ... -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12675 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#12675: Simplifier ticks exhausted ---------------------------------+-------------------------------------- Reporter: davean | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Linux | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+-------------------------------------- Changes (by davean): * Attachment "dump.stats" added. -ddump-simpl-stats -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12675 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#12675: Simplifier ticks exhausted ---------------------------------+-------------------------------------- Reporter: davean | Owner: Type: bug | Status: new Priority: lowest | Milestone: Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Linux | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+-------------------------------------- Changes (by davean): * priority: normal => lowest -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12675#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#12675: Simplifier ticks exhausted ---------------------------------+-------------------------------------- Reporter: davean | Owner: Type: bug | Status: new Priority: lowest | Milestone: Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Linux | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+-------------------------------------- Description changed by davean: @@ -4,1 +4,1 @@ - + {{{ @@ -14,0 +14,1 @@ + }}} New description: Works with "-fsimpl-tick-factor=102". Code is: {{{ ... import qualified Data.Vector.Unboxed as UV import qualified Data.Vector.Generic as VG import qualified Data.Vector.Algorithms.Tim as Tim ... ∀ v alphabet. (VG.Vector v alphabet, Ord (v alphabet)) ⇒ v alphabet → SA ... SA ∘ VG.modify (Tim.sortBy (lexSuffixCmp st)) ∘ UV.enumFromN 0 $ VG.length st+1 ... }}} -- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12675#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#12675: Simplifier ticks exhausted ---------------------------------+-------------------------------------- Reporter: davean | Owner: Type: bug | Status: new Priority: lowest | Milestone: Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Linux | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+-------------------------------------- Comment (by MikolajKonarski): See also https://ghc.haskell.org/trac/ghc/ticket/12776. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12675#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC