
#13304: GHC 8.0.* is slow when run on Windows 10 Ubuntu subsystem -------------------------------------+------------------------------------- Reporter: sukhmel | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by sukhmel): [comment:2 mpickering], here are the steps: 1. `wget http://downloads.haskell.org/~ghc/8.0.2/ghc-8.0.2-x86_64-deb8-linux.tar.xz` 2. `tar -xJf ghc-8.0.2-x86_64-deb8-linux.tar.xz` 3. `cd ghc-8.0.2` 4. `./configure --prefix=/tmp/ghc` 5. `make install` 6. `time /tmp/ghc/bin/ghc -e 'putStrLn ""'` -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13304#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler