@@ -44,7 +44,7 @@ SRCS := \
4444 jltypes gf typemap smallintset ast builtins module interpreter symbol \
4545 dlload sys init task array genericmemory staticdata toplevel jl_uv datatype \
4646 simplevector runtime_intrinsics precompile jloptions mtarraylist \
47- threading scheduler stackwalk gc gc-debug gc-pages gc-stacks gc-alloc-profiler gc-page-profiler method \
47+ threading scheduler stackwalk gc-common gc-stock gc-debug gc-pages gc-stacks gc-alloc-profiler gc-page-profiler method \
4848 jlapi signal-handling safepoint timing subtype rtutils gc-heap-snapshot \
4949 crc32c APInt-C processor ircode opaque_closure codegen-stubs coverage runtime_ccall engine
5050
@@ -316,11 +316,11 @@ $(BUILDDIR)/codegen.o $(BUILDDIR)/codegen.dbg.obj: $(addprefix $(SRCDIR)/,\
316316$(BUILDDIR ) /datatype.o $(BUILDDIR ) /datatype.dbg.obj : $(SRCDIR ) /support/htable.h $(SRCDIR ) /support/htable.inc
317317$(BUILDDIR ) /debuginfo.o $(BUILDDIR ) /debuginfo.dbg.obj : $(addprefix $(SRCDIR ) /,debuginfo.h processor.h jitlayers.h debug-registry.h)
318318$(BUILDDIR ) /disasm.o $(BUILDDIR ) /disasm.dbg.obj : $(SRCDIR ) /debuginfo.h $(SRCDIR ) /processor.h
319- $(BUILDDIR ) /gc-debug.o $(BUILDDIR ) /gc-debug.dbg.obj : $(SRCDIR ) /gc.h
320- $(BUILDDIR ) /gc-pages.o $(BUILDDIR ) /gc-pages.dbg.obj : $(SRCDIR ) /gc.h
321- $(BUILDDIR ) /gc.o $(BUILDDIR ) /gc.dbg.obj : $(SRCDIR ) /gc.h $(SRCDIR ) /gc-heap-snapshot.h $(SRCDIR ) /gc-alloc-profiler.h $(SRCDIR ) /gc-page-profiler.h
322- $(BUILDDIR ) /gc-heap-snapshot.o $(BUILDDIR ) /gc-heap-snapshot.dbg.obj : $(SRCDIR ) /gc.h $( SRCDIR ) /gc -heap-snapshot.h
323- $(BUILDDIR ) /gc-alloc-profiler.o $(BUILDDIR ) /gc-alloc-profiler.dbg.obj : $(SRCDIR ) /gc.h $( SRCDIR ) /gc -alloc-profiler.h
319+ $(BUILDDIR ) /gc-debug.o $(BUILDDIR ) /gc-debug.dbg.obj : $(SRCDIR ) /gc-common.h $( SRCDIR ) /gc-stock .h
320+ $(BUILDDIR ) /gc-pages.o $(BUILDDIR ) /gc-pages.dbg.obj : $(SRCDIR ) /gc-common.h $( SRCDIR ) /gc-stock .h
321+ $(BUILDDIR ) /gc-stock .o $(BUILDDIR ) /gc.dbg.obj : $(SRCDIR ) /gc-common.h $( SRCDIR ) /gc-stock .h $(SRCDIR ) /gc-heap-snapshot.h $(SRCDIR ) /gc-alloc-profiler.h $(SRCDIR ) /gc-page-profiler.h
322+ $(BUILDDIR ) /gc-heap-snapshot.o $(BUILDDIR ) /gc-heap-snapshot.dbg.obj : $(SRCDIR ) /gc-heap-snapshot.h
323+ $(BUILDDIR ) /gc-alloc-profiler.o $(BUILDDIR ) /gc-alloc-profiler.dbg.obj : $(SRCDIR ) /gc-alloc-profiler.h
324324$(BUILDDIR ) /gc-page-profiler.o $(BUILDDIR ) /gc-page-profiler.dbg.obj : $(SRCDIR ) /gc-page-profiler.h
325325$(BUILDDIR ) /init.o $(BUILDDIR ) /init.dbg.obj : $(SRCDIR ) /builtin_proto.h
326326$(BUILDDIR ) /interpreter.o $(BUILDDIR ) /interpreter.dbg.obj : $(SRCDIR ) /builtin_proto.h
@@ -348,7 +348,7 @@ $(BUILDDIR)/toplevel.o $(BUILDDIR)/toplevel.dbg.obj: $(SRCDIR)/builtin_proto.h
348348$(BUILDDIR ) /ircode.o $(BUILDDIR ) /ircode.dbg.obj : $(SRCDIR ) /serialize.h $(SRCDIR ) /common_symbols1.inc $(SRCDIR ) /common_symbols2.inc
349349$(BUILDDIR ) /pipeline.o $(BUILDDIR ) /pipeline.dbg.obj : $(SRCDIR ) /passes.h $(SRCDIR ) /jitlayers.h
350350
351- $(addprefix $(BUILDDIR ) /,threading.o threading.dbg.obj gc.o gc.dbg.obj init.c init.dbg.obj task.o task.dbg.obj) : $(addprefix $(SRCDIR ) /,threading.h)
351+ $(addprefix $(BUILDDIR ) /,threading.o threading.dbg.obj gc-common.o gc-stock .o gc.dbg.obj init.c init.dbg.obj task.o task.dbg.obj) : $(addprefix $(SRCDIR ) /,threading.h)
352352$(addprefix $(BUILDDIR ) /,APInt-C.o APInt-C.dbg.obj runtime_intrinsics.o runtime_intrinsics.dbg.obj) : $(SRCDIR ) /APInt-C.h
353353
354354# archive library file rules
0 commit comments