[pypy-commit] stmgc c8-gil-like: Why build duhton-c8 with zeroed nursery?

arigo noreply at buildbot.pypy.org
Sun Jun 14 11:46:52 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list