Re: GHC 7.10 complie time regression

2015-08-31 Thread 山本和彦
Simon,

> no it's not expected to take "much longer".  Can you make a ticket
> with a reproducible test case?

OK. Now Filed: https://ghc.haskell.org/trac/ghc/ticket/10818

--Kazu
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


Re: GHC 7.10 complie time regression

2015-08-30 Thread 山本和彦
Erik,

 no it's not expected to take much longer.  Can you make a ticket with
 a reproducible test case?
 
 An make sure you are using ghc 7.10.2 and not 7.10.1 because 7.10.2
 had some signifcant fixes for these kinds of issues.

I'm certainly using GHC 7.10.2.

--Kazu
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


Re: GHC 7.10 complie time regression

2015-08-28 Thread Erik de Castro Lopo
Simon Peyton Jones wrote:

 no it's not expected to take much longer.  Can you make a ticket with
 a reproducible test case?

An make sure you are using ghc 7.10.2 and not 7.10.1 because 7.10.2
had some signifcant fixes for these kinds of issues.

Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


RE: GHC 7.10 complie time regression

2015-08-27 Thread Simon Peyton Jones
kazu

no it's not expected to take much longer.  Can you make a ticket with a 
reproducible test case?

Thanks!

Simon

| -Original Message-
| From: ghc-devs [mailto:ghc-devs-boun...@haskell.org] On Behalf Of Kazu
| Yamamoto
| Sent: 27 August 2015 02:24
| To: ghc-devs@haskell.org
| Subject: GHC 7.10 complie time regression
| 
| Hi,
| 
| I found that the compile time of GHC 7.10 against specific packages
| gets much longer than previous versions. Here is example:
| 
|   https://travis-ci.org/kazu-yamamoto/iproute/builds/77427248
| 
| On my local MacBook Air, I see the same phenomena:
| 
|   GHC 7.8:  cabal build   8.81s user 0.94s system 103% cpu  9.430
| total
|   GHC 7.10: cabal build  37.86s user 3.49s system  98% cpu 42.066
| total
| 
| Is this known regression?
| 
| --Kazu
| ___
| ghc-devs mailing list
| ghc-devs@haskell.org
| http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


GHC 7.10 complie time regression

2015-08-26 Thread 山本和彦
Hi,

I found that the compile time of GHC 7.10 against specific packages
gets much longer than previous versions. Here is example:

https://travis-ci.org/kazu-yamamoto/iproute/builds/77427248

On my local MacBook Air, I see the same phenomena:

GHC 7.8:  cabal build   8.81s user 0.94s system 103% cpu  9.430 total
GHC 7.10: cabal build  37.86s user 3.49s system  98% cpu 42.066 total

Is this known regression?

--Kazu
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs