Author: Armin Rigo <[email protected]> Branch: c8-gil-like Changeset: r1828:367bbbec6707 Date: 2015-06-14 11:47 +0200 http://bitbucket.org/pypy/stmgc/changeset/367bbbec6707/
Log: Why 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 -D_STM_NURSERY_ZEROED=1 +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
