mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-07-02 12:08:35 -06:00
6920c0565934606ebe8f15c4de441ded0cc0fb77
af6f40b to e8e5a4e (#564)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `af6f40b` to `e8e5a4e`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/e8e5a4eb19d21c94b14c158ff39cc68a3e105d30"><code>e8e5a4e</code></a> Support UFFD-based VDB on Linux/aarch64 and Linux/x86_64</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/2ce4a990ee7d8118dd9a4afa54e6416a0ea98d65"><code>2ce4a99</code></a> Do not require exact installation path of addr2line</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9884a0b006422bd87aa243127a9ad3dc83b14edf"><code>9884a0b</code></a> Refine GC_size documentation that result may be larger than actual size</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/fcf43c064031c320ff5e37be3703b158b1e9b639"><code>fcf43c0</code></a> GH Actions: Test manual VDB in single-threaded build</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/781f983ea9437a7029016f6cf15d1bda855cf4ec"><code>781f983</code></a> GH Actions: Test with -D NO_UFFDWP_VDB</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/df4461ece32bd989835f1aa0a76816c9e38d1eaa"><code>df4461e</code></a> Fix missing GC_high_water initialization during initial collection</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/f997c34c4a7c894eee4cc6293e7d8a512e0a9a75"><code>f997c34</code></a> Rename GC_inner_pthread_create/sigmask to GC_real_pthread_create/sigmask</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/af6f40bf3ce6ea916d487e10eee9dd4691ed4a07...e8e5a4eb19d21c94b14c158ff39cc68a3e105d30">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bdwgc-rust
GlobalAlloc implementation for bdwgc, the conservative garbage collector.
This crate is for use cases in which developers need to integrate bdwgc into their programs written in Rust (e.g. writing a runtime library in Rust for their own programming language whose GC is done by bdwgc.)
Usage
See examples directory.
By default bdwgc is built with autotools. To build with cmake, enable the cmake feature:
cargo build --no-default-features --features cmake
License
Languages
Rust
96.8%
Shell
3.2%