Re: [RFC] Compiler pipeline timings visualization

2020-05-06 Thread Ömer Sinan Ağacan
Hi, While better representation/visualization of the pipeline might be useful, my opinion is that it might not be as useful as you might expect. The problem is lazy evaluation: it assigns the blame to incorrect places. For example, in GHC if I update a record field in pass 1 and use it in pass 2,

Re: [8.12] Documentation plans

2020-05-06 Thread Ben Gamari
On May 6, 2020 1:09:09 AM EDT, Sandy Maguire wrote: >I'm interested in helping, but base has always been a particularly >mysterious thing IMO. Where is its codebase? Can I just send PRs at it? >Making this an easier thing to do (and find out) I think would greatly >help >to mobilize the community