-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest SDC GC data (with parallel scan, not compatible with (…
…#3) multithreaded code yet) Co-authored-by: Steven Schveighoffer <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sdc
updated
13 files
+78 −125 | sdlib/d/gc/bin.d | |
+9 −3 | sdlib/d/gc/collector.d | |
+77 −0 | sdlib/d/gc/extent.d | |
+19 −26 | sdlib/d/gc/global.d | |
+9 −21 | sdlib/d/gc/page.d | |
+3 −37 | sdlib/d/gc/scanner.d | |
+37 −1 | sdlib/d/gc/tbin.d | |
+7 −6 | sdlib/d/gc/tcache.d | |
+94 −6 | sdlib/d/gc/thread.d | |
+8 −7 | sdlib/d/rt/trampoline.d | |
+3 −0 | src/d/llvm/backend.d | |
+10 −1 | src/d/llvm/statement.d | |
+16 −0 | test/unit/dg.d |