Author: Nicolas Truessel <[email protected]>
Branch: quad-color-gc
Changeset: r86637:b975e6511342
Date: 2016-08-27 16:41 +0200
http://bitbucket.org/pypy/pypy/changeset/b975e6511342/
Log: Update qcgc compilation rule
diff --git a/rpython/rtyper/tool/rffi_platform.py
b/rpython/rtyper/tool/rffi_platform.py
--- a/rpython/rtyper/tool/rffi_platform.py
+++ b/rpython/rtyper/tool/rffi_platform.py
@@ -900,7 +900,7 @@
separate_module_sources = [separate_source], # XXX
separate_module_files = [os.path.join(library_dir, f) for f in
["qcgc.c", "arena.c", "allocator.c", "bag.c", "event_logger.c",
- "gray_stack.c", "shadow_stack.c"]],
+ "gray_stack.c", "shadow_stack.c", "hugeblocktable.c"]],
)
return eci
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit