forked from GitHub/bdwgc-rust
f1332bb8998f41951fdf4a8e0a572630f59da768
be29d26 to 8311518 (#382)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `be29d26` to `8311518`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/8311518a43c7d2211961ba8e2f53838426b98fdc"><code>8311518</code></a> Do not produce '-lpthread' by threadlibs on Tru64/OSF1</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c06c709c8cc935b8b69f97effb5109d597ae0746"><code>c06c709</code></a> Update AUTHORS file (add Gautham V)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/4920ad41f0fa7049ac003018ae677dbb0d1d437c"><code>4920ad4</code></a> Initial support of Cosmo target (Cosmopolitan Libc)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/ec7978444e4bf7ba388161e1e4f9e1eecb1e4034"><code>ec79784</code></a> Print duration of testing done in gctest</li> <li><a href="https://github.com/ivmai/bdwgc/commit/50622fa2ca857f0c127a8ae8516894a1f1c8fe93"><code>50622fa</code></a> Output info by gctest whether the test is multi-threaded</li> <li><a href="https://github.com/ivmai/bdwgc/commit/099253511ee1a489e28429a95b0916be645bfdd5"><code>0992535</code></a> Do not undefine HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID if used on Darwin</li> <li><a href="https://github.com/ivmai/bdwgc/commit/0ce630512934e9be427ef61e6412871281563d1b"><code>0ce6305</code></a> Allow to avoid '.S file not supported by cosmocc' error in Makefile.direct</li> <li><a href="https://github.com/ivmai/bdwgc/commit/9cb2a11bb7fb51f0afa6ad357467cf076baf9553"><code>9cb2a11</code></a> Allow passing custom AR to Makefile.direct</li> <li><a href="https://github.com/ivmai/bdwgc/commit/6ec9f463b4bb350b3e135a93841134ef13d7bf04"><code>6ec9f46</code></a> Add removal of Cosmo-specific output files to Makefile.direct clean</li> <li><a href="https://github.com/ivmai/bdwgc/commit/0c86f66bf3b1ad772aedb34b05b37a57ed79869e"><code>0c86f66</code></a> .gitignore: Ignore *.dbg and *.elf files produced by Cosmo toolchain</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/be29d26fe21a2cc3ae9d8d1f50214d79ec89d9b5...8311518a43c7d2211961ba8e2f53838426b98fdc">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 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-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
81.8%
Nix
15.5%
Shell
2.7%