Skip Navigation

Are you noticing stutters while using an interactive application like gloss in GHCi? Try the non-moving GC, e.g.

Are you noticing stutters while using an interactive application like gloss in GHCi? Try the non-moving GC, e.g.

ghci +RTS --nonmoving-gc -RTS
cabal-repl --repl-options="+RTS --nonmoving-gc -RTS"

https://gitlab.haskell.org/ghc/ghc/-/issues/24416

#haskell

1

You're viewing a single thread.

1 comments