idris-lang / Idris2

A purely functional programming language with first class types
https://idris-lang.org/
Other
2.53k stars 378 forks source link

[ perf ] Use alternative better GC on chez #3331

Closed buzden closed 5 months ago

buzden commented 5 months ago

Description

At least @edwinb and I are using this collect-request-handler for at least more than half of a year and we were discussing at the last weekly Idris chat that it's time to make all users happy being able to use this.

In case you doubt, you can try this GC handler and play with this patcher which replaces only the handler in the given *.ss file (recompiling the *.so one) or installed app name (using pack).

Should this change go in the CHANGELOG?