forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to using BDWGC's GC_finalize API
- Loading branch information
1 parent
ada825d
commit 29a6c20
Showing
4 changed files
with
27 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule bdwgc
updated
10 files
+0 −6 | .buildbot.sh | |
+0 −12 | alloc.c | |
+0 −196 | fnlz_mlc.c | |
+4 −3 | include/gc/gc.h | |
+0 −39 | include/gc/gc_disclaim.h | |
+7 −33 | include/private/gc_priv.h | |
+0 −8 | misc.c | |
+0 −2 | pthread_stop_world.c | |
+45 −0 | reclaim.c | |
+0 −29 | tests/gctest.c |