You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iserv-proxy-interpreter dynamically loads libraries. It must retain CAFs
to avoid issues like:
> iserv-proxy-interpreter.exe:internal error:Evaluated a CAF that was GC'd!
ghc-lib uses a hacky keepCAFsForGHCi.c file; iserv still uses a custom
hs-main C file. We use -fkeep-cafs as it has the same effect.
0 commit comments