Re: Trying to speedup GHC compile times...Help!

2021-07-09 Thread Jeffrey Young
peedup GHC compile times...Help! (Jeffrey Young) 2. Re: Trying to speedup GHC compile times...Help! (Jaro Reinders) 3. Re: Trying to speedup GHC compile times...Help! (Brandon Allbery) -- Message: 1 Date: Thu, 8 Jul 2021 13:0

Re: Trying to speedup GHC compile times...Help!

2021-07-08 Thread Brandon Allbery
They don't work in Chrome either. A quick inspection of the links indicates that the ones in the TOC have anchors of the form "#org-NN" while their targets have forms derived from the heading strings. On Thu, Jul 8, 2021 at 4:53 PM Jaro Reinders wrote: > Hi Jeff, > > For some reason none of

Re: Trying to speedup GHC compile times...Help!

2021-07-08 Thread Jaro Reinders
Hi Jeff, For some reason none of the links in the table of contents work for me in Firefox. It seems some other pages use [[_TOC_]] to generate it automatically. Cheers, Jaro On 08-07-2021 22:04, Jeffrey Young wrote: Hi everyone, I've created a wiki page here

Re: Trying to speedup GHC compile times...Help!

2021-07-08 Thread Jeffrey Young
Hi everyone, I've created a wiki page here that collected your suggestions and tracks my work. I'll be regularly updating it. Any comments welcome. - Jeff ___ ghc-devs

RE: Trying to speedup GHC compile times...Help!

2021-07-06 Thread Simon Peyton Jones via ghc-devs
ghc-devs@haskell.org | Subject: Re: Trying to speedup GHC compile times...Help! | | On Fri, Jul 02, 2021 at 08:08:39AM +, Simon Peyton Jones via ghc-devs | wrote: | | > I strongly urge you to keep a constantly-update status wiki page, | > which lists the ideas you are working

Re: Trying to speedup GHC compile times...Help!

2021-07-05 Thread Matthew Pickering
t; GHC precisely use “the rapier”. > > > > S > > > > From: Christiaan Baaij > Sent: 02 July 2021 15:38 > To: Simon Peyton Jones > Cc: Richard Eisenberg ; Young, Jeff > ; ghc-devs@haskell.org > Subject: Re: Trying to speedup GHC compile times...Help! >

RE: Trying to speedup GHC compile times...Help!

2021-07-02 Thread Simon Peyton Jones via ghc-devs
GHC precisely use "the rapier". S From: Christiaan Baaij Sent: 02 July 2021 15:38 To: Simon Peyton Jones Cc: Richard Eisenberg ; Young, Jeff ; ghc-devs@haskell.org Subject: Re: Trying to speedup GHC compile times...Help! Somewhat off-topic: does GHC no longer use "the rap

Re: Trying to speedup GHC compile times...Help!

2021-07-02 Thread Christiaan Baaij
t; > > *From:* Richard Eisenberg > *Sent:* 02 July 2021 14:26 > *To:* Simon Peyton Jones > *Cc:* Young, Jeff ; ghc-devs@haskell.org > *Subject:* Re: Trying to speedup GHC compile times...Help! > > > > One piece I'm curious about, reading this thread: why do we have so m

Re: Trying to speedup GHC compile times...Help!

2021-07-02 Thread Viktor Dukhovni
On Fri, Jul 02, 2021 at 08:08:39AM +, Simon Peyton Jones via ghc-devs wrote: > I strongly urge you to keep a constantly-update status wiki page, > which lists the ideas you are working on, and points to relevant > resources and tickets. An email thread like this is a good way to > gather

RE: Trying to speedup GHC compile times...Help!

2021-07-02 Thread Simon Peyton Jones via ghc-devs
Peyton Jones Cc: Young, Jeff ; ghc-devs@haskell.org Subject: Re: Trying to speedup GHC compile times...Help! One piece I'm curious about, reading this thread: why do we have so many IntMaps and operations on them? Name lookup is a fundamental operation a compiler must do, and that would use

Re: Trying to speedup GHC compile times...Help!

2021-07-02 Thread Richard Eisenberg
tion there is that we are getting very unbalanced trees. So > measure it! If it’s true, we could improve matters by using a different > IntMap; or maybe by scrambling the key a bit --- see the ticket. > > Simon > > From: ghc-devs On Behalf Of Young, Jeff > Sent

RE: Trying to speedup GHC compile times...Help!

2021-07-02 Thread Simon Peyton Jones via ghc-devs
: ghc-devs On Behalf Of Young, Jeff Sent: 02 July 2021 02:36 To: ghc-devs@haskell.org Subject: Trying to speedup GHC compile times...Help! Hi ghc devs, I'm a long-time Haskeller but am just getting into GHC development. I started a 12 week internship at Tweag I/O under Richard Eisenberg

Re: Trying to speedup GHC compile times...Help!

2021-07-01 Thread Ben Gamari
"Young, Jeff" writes: > Hi ghc devs, > > I'm a long-time Haskeller but am just getting into GHC development. I > started a 12 week internship at Tweag I/O under Richard Eisenberg this week > with the singular goal to speedup GHC compile times. I'm specifically > looking to contribute to ghc

Trying to speedup GHC compile times...Help!

2021-07-01 Thread Young, Jeff
Hi ghc devs, I'm a long-time Haskeller but am just getting into GHC development. I started a 12 week internship at Tweag I/O under Richard Eisenberg this week with the singular goal to speedup GHC compile times. I'm specifically looking to contribute to ghc issues 18541