mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 18:08:56 -06:00
b4e7dac02a403546ae7850fe06b419b7bba9f6e7
f7a0708 to d303213 (#259)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `f7a0708` to `d303213`. <details> <summary>Commits</summary> <ul> <li><a href="d303213c15"><code>d303213</code></a> Travis CI: Test with CHECK_SOFT_VDB</li> <li><a href="772d472011"><code>772d472</code></a> Suppress 'unreachable code' wcc warning in I_HOLD_LOCK assertion (CMake)</li> <li><a href="85a9993cbd"><code>85a9993</code></a> Remove disable-warning options from WCC_MAKEFILE unrecognized by wcc v2.0</li> <li><a href="ce9a21c938"><code>ce9a21c</code></a> Eliminate '&array may not produce intended result' wcc warnings</li> <li><a href="aede1ebf3d"><code>aede1eb</code></a> Remove extra space after sizeof</li> <li><a href="4170424878"><code>4170424</code></a> AppVeyor: Change wcc compiler download link to Github</li> <li><a href="ad1852d6a3"><code>ad1852d</code></a> Travis CI: Fallback to Focal for some Ubuntu builds with TSan</li> <li><a href="b4e1ce50cd"><code>b4e1ce5</code></a> Provide a macro to check dirty bits consistency between MPROTECT/SOFT_VDB</li> <li><a href="ae620d99f1"><code>ae620d9</code></a> Workaround CSA null pointer dereference FP in invalidate_map of cord/de</li> <li><a href="059bcebc9a"><code>059bceb</code></a> Travis CI: Use Jammy for most Ubuntu builds</li> <li>Additional commits viewable in <a href="f7a0708c57...d303213c15">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%