dependabot[bot] cbaa871424 chore(deps): Bump vendor/bdwgc from fc2990b to 1d38c6d (#560)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `fc2990b` to
`1d38c6d`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1d38c6d905"><code>1d38c6d</code></a>
Fix async thread termination in GC_stack_range_for if
DARWIN_PARSE_STACK</li>
<li><a
href="30051c5f08"><code>30051c5</code></a>
Remove useless GC_use_threads_discovery API function on Darwin</li>
<li><a
href="65cbc0ad9a"><code>65cbc0a</code></a>
GH Actions: Change compiler for make cppcheck to clang</li>
<li><a
href="5c7fcf0942"><code>5c7fcf0</code></a>
Always use task-based threads discovery if DARWIN_PARSE_STACK</li>
<li><a
href="3e629c2328"><code>3e629c2</code></a>
.gitignore: Add '*.dSYM' folder</li>
<li><a
href="baafbaa174"><code>baafbaa</code></a>
Remove --disable-threads-discovery option from build scripts</li>
<li><a
href="b7c56d3ec0"><code>b7c56d3</code></a>
Include gc.h from gc_tiny_fl.h</li>
<li>See full diff in <a
href="fc2990b5ec...1d38c6d905">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>
2026-06-03 04:36:23 +00:00
2025-12-15 15:57:47 +08:00
2025-12-15 07:38:52 +00:00
2025-12-15 15:57:47 +08:00
2024-08-11 11:33:34 +00:00
2025-10-03 01:46:47 +00:00
2025-12-15 15:57:47 +08:00
2019-04-13 20:21:25 +00:00
2025-10-03 09:36:26 +08:00

bdwgc-rust

GitHub Action Crate License

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

MIT

Description
No description provided
Readme MIT 1.4 MiB
Languages
Rust 96.8%
Shell 3.2%