Re: Docs for RTS option -I

2023-11-02 Thread Teofil Camarasu
Hi Bryan, Thanks for improving this documentation! I've often found these flags to be quite confusing. > For an interactive application, it is probably a good idea to use the idle > GC, because this will allow finalizers to run and deadlocked threads to be > detected in the idle time when no Ha

Re: Nofib

2023-11-11 Thread Teofil Camarasu
Hi folks, I had a spare minute, so I've made some MRs to fix this: - https://gitlab.haskell.org/ghc/nofib/-/merge_requests/71 - https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11592 Cheers, Teo On Fri, Nov 10, 2023 at 8:55 PM Simon Peyton Jones wrote: > > Thank you. I could try that but I'

Re: questions about head.hackage

2024-07-23 Thread Teofil Camarasu
Hi Jappie, There is a GHC grafana with some statistics. Unfortunately the relevant dashboards seem to be broken at present. Hopefully someone on this list could fix it. See: https://grafana.gitlab.haskell.org/d/7T7oEMlMz/head-hackage-performance?orgId=2&viewPanel=3 There's also https://grafana.gi

Re: Question about profiling reports

2024-08-05 Thread Teofil Camarasu
Hi Celeste, It looks like by default only cost centers that account for at least 1% of either allocations or time are shown. But all cost centers are shown when the -pa flag is passed. See: https://downloads.haskell.org/ghc/latest/docs/users_guide/profiling.html?highlight=cost%20centre#rts-flag--

Re: Reinstallable - base

2024-08-07 Thread Teofil Camarasu
Thanks for writing this up! > Note: should template-haskell be merged into base to make dependencies simpler? I think the answer is "no" because it has non-base dependencies. We could vendor all of these like we do for the containers and filepath dependencies ATM, but I'm not sure if it's worth