-
Notifications
You must be signed in to change notification settings - Fork 710
Perf regression for cabal repl -b <package>
3.10.1.0
#9005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Perf regression also for cabal-head commit (a191f0a)
|
Most likely, we'd need a brave soul who could bisect it. |
Can't reproduce it: I have exactly the same numbers for cabal 3.10 and 3.6 (both installed with
|
It is very weird, on my machine, this performance regression happens on almost every command. E.g.
|
Oh, finally the logs tell me something.
So, this is a manifestation of #8930 |
Closing in favour of #8930 |
Describe the bug
The repl feature to open an interactive ghci session with some packages installed has a serious performance regression for 3.10.1.0.
Let's compare the versions, all executed with GHC 9.4.5.
Note, the ':q' is to immediately leave the session again.
Expected behavior
The performance is bad for all versions since there is basically no work to be done, but especially bad for 3.10.1.0.
System information
All cabal versions have been installed via ghcup today (6.6.2023).
GHC 9.4.5
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: