Author: Remi Meier <[email protected]> Branch: non-zero-nursery Changeset: r1723:b548b42c978e Date: 2015-03-11 13:19 +0100 http://bitbucket.org/pypy/stmgc/changeset/b548b42c978e/
Log: build duhton-c8 with zeroed nursery diff --git a/duhton-c8/Makefile b/duhton-c8/Makefile --- a/duhton-c8/Makefile +++ b/duhton-c8/Makefile @@ -3,7 +3,7 @@ C8HEADERS = ../c8/stmgc.h ../c8/stm/*.h -COMMON = -pthread -lrt -g -Wall +COMMON = -pthread -lrt -g -Wall -D_STM_NURSERY_ZEROED=1 all: duhton_debug duhton duhton_release _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
