Ivan Maidanski

Results 817 comments of Ivan Maidanski

I understand your intention. At this moment it seems to me hard to enable custome allocator in bdwgc, but you may try to make a PoC.

I could also suggest you to experiment with my dated minimalist reimplementation of bdwgc - https://github.com/ivmai/tinygc which allows custom allocators (see GC_CORE_MALLOC symbol). But it is not designed for production,...

Related: https://github.com/ziglang/zig/issues/18257

BTW. Also consider adding `-DGC_NO_DEINIT` option to exclude a rarely needed feature `GC_deinit` in bdwgc. The macro was recently [added](https://github.com/bdwgc/bdwgc/commit/7b27a9d40b8370a0754f64a115eae4d65290afe2) to upstream.

> this is only needed when we update the bdwgc library, right? I'd prefer to keep it as-is at the current commit hash, since it is working now. Right, after...

Cygwin: https://github.com/andyli/libatomic_ops-cygwin/pull/10 - merged

Debian: email is sent to the maintainer. https://salsa.debian.org/debian/libatomic-ops/-/commit/0ee423a7c1ab90bc8ce9d7a7ffea046c9af84328 - done by maintainer https://tracker.debian.org/pkg/libatomic-ops (status: accepted to Unstable)

AltLinux: TBD (https://github.com/altlinux/specs/blob/sisyphus/l/libatomic_ops/)

ConanCenter: https://github.com/conan-io/conan-center-index/pull/29014 - merged