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
Currently GRIN does not provide a native runtime system, but it will eventually.
At the moment the native LLVM codegen backend uses a simple bump allocator without GC.
The reason the GC is not implemented yet because I'm still busy with the GHC Haskell frontend.
Currently I plan to compile my language into GRIN, but I'm not sure if I will need to a runtime for things like garbage collecting.
The text was updated successfully, but these errors were encountered: