forked from GitHub/bdwgc-rust
828c38b00fcbada2284c43ade5afb3934250ac75
b93c608 to adb36c3 (#539)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `b93c608` to `adb36c3`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/adb36c3e230cbab01c437f3a55216ccccdc3fc70"><code>adb36c3</code></a> GH Actions: Test with -D TEST_MPROTECT_VDB_DISALLOWED (Linux, macOS)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4474511b15be10723fc6e25b2852617010caeee9"><code>4474511</code></a> AppVeyor CI: Test with -D TEST_MPROTECT_VDB_DISALLOWED</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9e8c4dd8fb2cc3c52c5811ca07f293afe835baa4"><code>9e8c4dd</code></a> Provide API to disable only mprotect-based incremental collection</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b4020e4ee78594eeea326c71f076f628ffac3111"><code>b4020e4</code></a> Fix conversion of int arguments to bool in API functions</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/851987fb127c69ad83062e65eddb0b0fb0907df2"><code>851987f</code></a> Remove duplicate check of STACK_NOT_SCANNED in GC_with_callee_saves_pushed</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/f41b06b4f9fbc6faf6dbc997ebf78f13bc005c94"><code>f41b06b</code></a> Workaround 'suspicious sizeof' code defect FPs in typedtest</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/b93c608953e130aa31e750f653518aa1de930518...adb36c3e230cbab01c437f3a55216ccccdc3fc70">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
81.8%
Nix
15.5%
Shell
2.7%