[pypy-commit] stmgc non-zero-nursery: build duhton-c8 with zeroed nursery

Raemi noreply at buildbot.pypy.org
Thu Mar 12 15:42:46 CET 2015


Author: Remi Meier <remi.meier at inf.ethz.ch>
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


More information about the pypy-commit mailing list