mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-09-07 19:54:17 -06:00
022117ed9f86fc066fd2a79d4408e3b8e097f960
331e007 to b516152 (#573)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `331e007` to `b516152`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/b5161529cafc93cbfaeef23fc81005c5beddbfee"><code>b516152</code></a> Eliminate 'var can be declared as const' cppcheck warnings in cord and misc</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/61fdffa0bd50b067a4a05c34a783c2585fe4c6ef"><code>61fdffa</code></a> Workaround 'parameter can be declared as const' cppcheck FPs in mark/os_dep</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/1e5c206f87c7c06a868abe59165a4073b85589d5"><code>1e5c206</code></a> GH Actions: Update cppcheck to 2.21.1</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e7d8ab4a6815c7c6e2e6a15e0c341d2a4db80fa6"><code>e7d8ab4</code></a> Change clear_fl_links to accept non-empty free list directly</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/a0d87391ed940ac35c9880df6d3cc705269a491f"><code>a0d8739</code></a> Fix various typos in comments of cord.am and cord headers</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/04fa22732bad5f5121226d589bc2b8060ba6d446"><code>04fa227</code></a> Fix various typos in 'autoconf' document</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/6cc2b37d52698661951e4fc901ee274a5a92d13a"><code>6cc2b37</code></a> Fix system path for <code>.so</code> libraries installation in 'autoconf' document</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/d46750f05812cebd664468d0e9e79858bf22fc40"><code>d46750f</code></a> Better document gcc -fprofile-generate/use option in extra/gc.c</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/753dce678105f71b04641f15081d57563177b4e1"><code>753dce6</code></a> Fix various typos in comments in extra/gc.c</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9aa33f2a6ee6cff3a8def1b534f8336978f809bc"><code>9aa33f2</code></a> Cast unused argument to void in MARK_BIT_NO and MARK_BIT_OFFSET</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/331e007fffa19b6344982b7eb3f4ea8f973f68c7...b5161529cafc93cbfaeef23fc81005c5beddbfee">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%