dependabot[bot] 7c4d1a01e7 chore(deps): Bump vendor/bdwgc from 4fe4238 to 07e78ce (#396)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4fe4238` to
`07e78ce`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ivmai/bdwgc/commit/07e78ced2d71e294bef05740f236f731384207ae"><code>07e78ce</code></a>
Do not check for a misaligned pointer twice in GC_is_visible</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/326ab5e3c92870d4ad3f835ff3d91cb2821739ad"><code>326ab5e</code></a>
Fix 'symbol undefined _snprintf' dmc linker error in cordtest</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/d00676a35467cd07b15f43366042d4483e0ece79"><code>d00676a</code></a>
Do not define _WINDOWS macro in digimars.mak</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/2144591b0988f15a787e4b77c9ee717f2352b333"><code>2144591</code></a>
Fix wcc compiler name in pthread_support.h</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/86e647358a8e7d254ab132fd0235f5f23ff19029"><code>86e6473</code></a>
Remove duplicate code with default ALIGNMENT macro definition</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/4070bd875db169c28ced6c8219d101654608d082"><code>4070bd8</code></a>
Support allowing 1-byte pointers alignment for bcc and wcc</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/09aa1d1bed548d6a9a4fd0fd083e1fd04a7fd01f"><code>09aa1d1</code></a>
Remove strange ALIGNMENT in unsupported Win32/ia64 configuration</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/c3aedcbd439babbd2c9b7050a583454e3fe457f7"><code>c3aedcb</code></a>
Use &quot;sizeof variable&quot; when clearing GC_root_index</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/1f9bfdf4c67c813b2b873175b60db0381bbd8648"><code>1f9bfdf</code></a>
Do not decrement ecos_gc_brk pointer in tiny_sbrk</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/8311de7346d95c388d4bfa1417bd1533679a5b76"><code>8311de7</code></a>
Fix symbols alignment checking for CRIS and M68K</li>
<li>Additional commits viewable in <a
href="https://github.com/ivmai/bdwgc/compare/4fe42389509ff059bad8d4c955a570b34a6bda4b...07e78ced2d71e294bef05740f236f731384207ae">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>
2024-11-21 19:50:19 +00:00
2024-08-11 11:33:34 +00:00
2023-09-28 10:51:38 +08:00
2023-09-28 07:05:39 +00:00
2024-08-11 11:33:34 +00:00
2019-05-15 15:39:53 +00:00
2023-09-28 07:05:39 +00:00
2024-08-11 18:11:13 +08:00
2024-08-11 18:11:13 +08:00
2019-04-13 20:21:25 +00:00
2022-12-21 20:13:42 +00:00

bdwgc-alloc

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%