mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 09:58:55 -06:00
d913be7bf2d8598c01e33f22085b5eb4ff62d15c
563de69 to 618012d (#551)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `563de69` to `618012d`. <details> <summary>Commits</summary> <ul> <li><a href="618012d0ab"><code>618012d</code></a> Fix 'undefined getsectbynamefromheader_64' linker error for Mac Catalyst</li> <li><a href="e837caf4f6"><code>e837caf</code></a> GH Actions: Add new cross-compile targets (zig 0.16.0)</li> <li><a href="f96793e441"><code>f96793e</code></a> Support Linux/hexagon with musl libc</li> <li><a href="703c7ab883"><code>703c7ab</code></a> Add badge for zig-cross-compile-other to README</li> <li><a href="147c33db93"><code>147c33d</code></a> GH Actions: Move non-Linux zig cross-compile targets to other workflow</li> <li><a href="d985d46d8e"><code>d985d46</code></a> GH Actions: Move unsupported targets to exclude in zig-cross-compile</li> <li>See full diff in <a href="563de69e69...618012d0ab">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%