
#13745: Investigate compile-time regressions in regex-tdfa-1.2.2
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: task | Status: new
Priority: high | Milestone: 8.2.1
Component: Compiler | Version: 8.0.1
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: Compile-time
Unknown/Multiple | performance bug
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
hvr [[https://mail.haskell.org/pipermail/ghc-
devs/2017-May/014208.html|points out]] that GHC 8.2 takes significantly
longer to compile `regex-tdfa-1.2.2` than 8.0.2. Interestingly, it seems
that compiler allocations fell dramatically while compilation time rose.
{{{
GHC 8.0.2:
<