mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 04:06:24 -06:00
66c32b192f049eb32a5c6f06210b58115a11e30f
d2690a7 to 14a1025 (#264)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `d2690a7` to `14a1025`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/14a1025bd99a0f5a1ffb999e65046841e6dc9247"><code>14a1025</code></a> Fix getcontext() detection by CMake on OpenBSD</li> <li><a href="https://github.com/ivmai/bdwgc/commit/f385ab05a6e28ee878b20ad9aa27ebb0c7727505"><code>f385ab0</code></a> Set name of GC marker threads on OpenBSD</li> <li><a href="https://github.com/ivmai/bdwgc/commit/d82af8d05a23994c153e37634514bab1b946c8b1"><code>d82af8d</code></a> Fix 'linker input unused' error inside check_c_compiler_flag (CMake)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/8c7daed88ea06eda80da94f1e00bab8e60dd771f"><code>8c7daed</code></a> Fix 'undefined reference' linker errors if shared build on OpenBSD (CMake)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/96b4f1da47979e0e3a8f371f4e642a9aecc6a744"><code>96b4f1d</code></a> Eliminate 'rand() may return deterministic values' warning</li> <li><a href="https://github.com/ivmai/bdwgc/commit/d8638caefefe70fe9762888fa0c591d2aefa6883"><code>d8638ca</code></a> Use a macro internally to designate Free/Net/OpenBSD</li> <li><a href="https://github.com/ivmai/bdwgc/commit/52961f3fd1f8ccf239008cb3883a43941995aefc"><code>52961f3</code></a> Use a macro internally to designate Cygwin and MSWin/WinCE</li> <li><a href="https://github.com/ivmai/bdwgc/commit/789964e764061e61c82a788fe7d419ae7668e3ef"><code>789964e</code></a> Initial support of KOS/arm64</li> <li><a href="https://github.com/ivmai/bdwgc/commit/5db8ac5b8236e0f079a6dd542a2abf34e4c2b34f"><code>5db8ac5</code></a> Define internal macro for pointers rounding up by a mask</li> <li><a href="https://github.com/ivmai/bdwgc/commit/cf77740afead684e2daeaa39e53292ab73848644"><code>cf77740</code></a> Eliminate 'unused function' gcc warnings in tests</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/d2690a7c2754c3e04cd9196f366d9cad5b9edad2...14a1025bd99a0f5a1ffb999e65046841e6dc9247">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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-alloc
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%