forked from GitHub/bdwgc-rust
22744314a2bf244b055d02a3858b52c03aa0a3b2
af374f9 to 302592e (#537)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `af374f9` to `302592e`. <details> <summary>Commits</summary> <ul> <li><a href="302592e2c1"><code>302592e</code></a> Minimize code duplication in main() of gctest</li> <li><a href="cb492129d4"><code>cb49212</code></a> Test world stop while other thread in deep recursion in gctest (Win32)</li> <li><a href="3503e25567"><code>3503e25</code></a> Workaround 'uncontrolled format string' code defect FP in test_vsprintf</li> <li><a href="286665a974"><code>286665a</code></a> Handle all-interior-pointers properly when dynamic mask/shift unset</li> <li><a href="ffa07e2706"><code>ffa07e2</code></a> Remove remaining redundant parentheses for type casts</li> <li><a href="51fc6e1952"><code>51fc6e1</code></a> Add test (dbgfunctest) to cover more 'GC_debug_' functions</li> <li><a href="15b50b5d92"><code>15b50b5</code></a> Move GC_clear_exclusion_table() call to multi-threaded main() of gctest</li> <li><a href="1849a12fb4"><code>1849a12</code></a> Fix GC_use_threads_discovery after implicit GC initialization in gctest</li> <li><a href="8afabda57d"><code>8afabda</code></a> Call GC_start_incremental_collection also in multi-threaded gctest</li> <li><a href="3d7e60f162"><code>3d7e60f</code></a> Fix assertion violation caused by late clear_exclusion_table in gctest</li> <li>Additional commits viewable in <a href="af374f9218...302592e2c1">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%