[K/N] Move parallel-mark-concurrent-sweep GC sources
This commit is contained in:
committed by
Space Team
parent
48ce45e22f
commit
8726608973
+2
-2
@@ -363,13 +363,13 @@ class KonanConfig(val project: Project, val configuration: CompilerConfiguration
|
||||
when (gc) {
|
||||
GC.STOP_THE_WORLD_MARK_AND_SWEEP -> add("same_thread_ms_gc_custom.bc")
|
||||
GC.NOOP -> add("noop_gc_custom.bc")
|
||||
GC.PARALLEL_MARK_CONCURRENT_SWEEP -> add("concurrent_ms_gc_custom.bc")
|
||||
GC.PARALLEL_MARK_CONCURRENT_SWEEP -> add("pmcs_gc_custom.bc")
|
||||
}
|
||||
} else {
|
||||
when (gc) {
|
||||
GC.STOP_THE_WORLD_MARK_AND_SWEEP -> add("same_thread_ms_gc.bc")
|
||||
GC.NOOP -> add("noop_gc.bc")
|
||||
GC.PARALLEL_MARK_CONCURRENT_SWEEP -> add("concurrent_ms_gc.bc")
|
||||
GC.PARALLEL_MARK_CONCURRENT_SWEEP -> add("pmcs_gc.bc")
|
||||
}
|
||||
}
|
||||
if (shouldCoverLibraries || shouldCoverSources) add("profileRuntime.bc")
|
||||
|
||||
Reference in New Issue
Block a user