mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-28 09:29:10 -06:00
main
8202876 to 327ef1f (#558)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `8202876` to `327ef1f`. <details> <summary>Commits</summary> <ul> <li><a href="327ef1f8c8"><code>327ef1f</code></a> Update AUTHORS file (add Kyle Cesare)</li> <li><a href="4eacbe7a4e"><code>4eacbe7</code></a> Export function to get a nanosecond fraction of GC total time</li> <li><a href="3f0698dc9c"><code>3f0698d</code></a> Define HAS_WIN32_THREADS_DISCOVERY macro on Win32</li> <li><a href="b06f3cc703"><code>b06f3cc</code></a> Test result of GC_get_hblk_size()</li> <li><a href="103305750b"><code>1033057</code></a> Fix bottom_index identifier name in tree.md</li> <li><a href="170c2a3563"><code>170c2a3</code></a> Ensure GC_get_max_thread_index() returns -1 unless GC_win32_dll_threads</li> <li><a href="de406f848f"><code>de406f8</code></a> Fix GC_has_running_threads for case with one thread created</li> <li><a href="c68f08bffc"><code>c68f08b</code></a> .gitignore: Add '.workspace_rag' folder</li> <li>See full diff in <a href="82028767b4...327ef1f8c8">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%