dependabot[bot] 2f70962469 chore(deps): Bump vendor/bdwgc from 1d38c6d to af6f40b (#563)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `1d38c6d` to
`af6f40b`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/af6f40bf3ce6ea916d487e10eee9dd4691ed4a07"><code>af6f40b</code></a>
Fix user-defined signals drop by Darwin mprotect thread</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/818c347331ea6220f9b2b3123c98e56b39312d42"><code>818c347</code></a>
Do not report value returned by GC_get_heap_size in gctest</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/cf7e2f1015cb5b96ba1adb361ab7f8cc73a75bfc"><code>cf7e2f1</code></a>
Support mprotect-based VDB when cross-compiling to Darwin by zig
0.16</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/4253a0c9254b25c47d61b2e7571be5046d61aac2"><code>4253a0c</code></a>
Fix user-defined signals drop by marker threads on Darwin</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/16f95c23da039366587ff87a83d3fcdafb2a49a1"><code>16f95c2</code></a>
Do not define GC_pthread_sigmask on Cygwin</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/7531317738353317ce5e34157533dd272c40edb2"><code>7531317</code></a>
Explicitly ensure client data is not collected till finalizer is
called</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/305f81a0625fea99cd9354a556edcb9fb3135c0d"><code>305f81a</code></a>
Fix a typo comment of soft_set_grungy_pages</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f6fa7d0504a498fc2b4b1637cd9947934fc87f47"><code>f6fa7d0</code></a>
Better document action on curr_fo after finalizer is called</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/addefc07d6e57ab489b7008a9b59fa6739d95701"><code>addefc0</code></a>
Fix user-defined signals drop by marker threads on Cygwin</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/36e07a9fcbf47ad451968b3b4617574d46583146"><code>36e07a9</code></a>
Allow to use push_all in push_all_stack if non-mprotect VDB used at
runtime</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/1d38c6d905a83b006df843440b380e51a2119871...af6f40bf3ce6ea916d487e10eee9dd4691ed4a07">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-24 19:14:38 +00:00
2026-06-19 01:51:31 +00: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

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