The bundled GC is too old; it's not working in the embedded ECL situation
on FreeBSD (see https://github.com/ivmai/bdwgc/issues/180 for a very fresh
fix to this), or in at least one dynamic C library case on OSX I know about
(see https://github.com/miguelmarco/libhomfly).
In general, I don't see t
Hey,
I'll update bundled GC before next release. One of the valid scenarios
where bundling GC with ECL makes sense is static linking (and ECL
supports that – when GC is bundled it is statically linked and none of
its symbols are exported). I've also found it handy, when I was buidling
ECL on