Post #1500287
2026-04-10 23:52 UTC
Another thing is I am getting tired of writing malloc-free code and so will switch to using Boehm GC.
Replies (1)
-
@chemoelectric@masto.ai 2026-04-10 23:55
But I need to look at how to do that as a drop-in for malloc. I want to integrate it with Gnulib is why. I have done this sort of thing before. Though I remember when I integrated Boehm GC with GMP and MPFR for ats2-xprelude, it was because GMP and MPFR provided hooks, so that doesn’t count. (Libguile does the same thing with GMP and MPFR.)