forked from GitHub/bdwgc-rust
fa65eed589da6e43e2f6a8fa7d3df7df2905e250
cc9bc49 to 3f1ef04 (#379)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `cc9bc49` to `3f1ef04`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/libatomic_ops/commit/3f1ef0474db109f6adb93e90ce09e2e4d4312e7d"><code>3f1ef04</code></a> Provide char/short-width CAS for RISC-V w/o -latomic if gcc v14+</li> <li><a href="https://github.com/ivmai/libatomic_ops/commit/e529da53e02cd34b2e2bc1d066136ccc44c46b15"><code>e529da5</code></a> Do not define AO_GCC_FORCE_HAVE_CAS for modern clang and gcc for RISC-V</li> <li><a href="https://github.com/ivmai/libatomic_ops/commit/5715d4dc877ac3fc207a89069c9922909864478e"><code>5715d4d</code></a> Support RISC-V ILP32 ABI (rv64ilp32)</li> <li><a href="https://github.com/ivmai/libatomic_ops/commit/b7b855fef90c32d65e7098691e706a656aa8973f"><code>b7b855f</code></a> Fix width specifier of 'amocas' asm instruction in comment of riscv.h</li> <li><a href="https://github.com/ivmai/libatomic_ops/commit/f3fe7d60732d6b028a2e010e0cc871f12f18e57c"><code>f3fe7d6</code></a> Travis CI: Workaround gcc ASan fail on Ubuntu Jammy</li> <li><a href="https://github.com/ivmai/libatomic_ops/commit/af2bd281dfbf00baf5fe8084fb0d30d9102ee28b"><code>af2bd28</code></a> Travis CI: Use Ubuntu Focal for arm64 builds</li> <li><a href="https://github.com/ivmai/libatomic_ops/commit/d3990cdfd1845e389ff78c843a182eac0ec0bfcf"><code>d3990cd</code></a> Travis CI: Use Ubuntu Focal for ppc64le builds</li> <li><a href="https://github.com/ivmai/libatomic_ops/commit/4350b70801aaab8f8d937169b23e224f1c6844ba"><code>4350b70</code></a> AppVeyor CI: Remove 32-bit ARM builds as dropped by Windows SDK v10</li> <li><a href="https://github.com/ivmai/libatomic_ops/commit/059f63c9a4a53db690f7f13ebdece6280dcdd95f"><code>059f63c</code></a> Guard against direct include of internal headers from outside</li> <li><a href="https://github.com/ivmai/libatomic_ops/commit/f2f29210b8f2c2910be398cee0273d7b2b816774"><code>f2f2921</code></a> Adjust/reformat copyright header in armcc/arm_v6.h</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/libatomic_ops/compare/cc9bc49ae39fcfdf75efb971c74393a313d70491...3f1ef0474db109f6adb93e90ce09e2e4d4312e7d">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%