Ticket #5631 (closed bug: fixed)
Compilation slowdown from 7.0.x to 7.2.x
| Reported by: | bjpop | Owned by: | igloo |
|---|---|---|---|
| Priority: | highest | Milestone: | 7.4.1 |
| Component: | Compiler | Version: | 7.2.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Compile-time performance bug | Difficulty: | Unknown |
| Test Case: | perf/compiler/T5631 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
Compile time performance for GHC appears to have slowed down significantly for the package:
Time to compile the package:
- GHC 7.0.4: 3m57s
- GHC 7.2.1: 49m22s
- GHC 7.2.2: 49m56s
The culprits are the Happy generated modules:
Language.Python.Version3.Parser.Parser Language.Python.Version2.Parser.Parser
GHC uses up to 700MB of memory compiling these files (my machine has 2GB of RAM and it does not appear to be thrashing during the compilation).
All versions of GHC in this ticket were downloaded as binary packages from the ghc website.
System:
OS X 10.7.2 1.4 GHz Intel Core 2 Duo 2GB RAM GCC 4.2.1
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

