Re: [pypy-dev] [pypy-svn] r67223 - pypy/build/bot2/pypybuildbot
Are you aware that this breaks some other tests, because our asmgcc does not provide a way to have a callback (and ie xml parser is based on ctypes & callbacks). Cheers, fijal On Wed, Aug 26, 2009 at 2:09 PM, <arigo@codespeak.net> wrote:
Author: arigo Date: Wed Aug 26 22:09:39 2009 New Revision: 67223
Modified: pypy/build/bot2/pypybuildbot/builds.py Log: Translate pypy-c-jit with our own GC now, to avoid seeing in lib-python the memory-not-freed-early-enough bugs common to pypy-c-boehm.
Modified: pypy/build/bot2/pypybuildbot/builds.py ============================================================================== --- pypy/build/bot2/pypybuildbot/builds.py (original) +++ pypy/build/bot2/pypybuildbot/builds.py Wed Aug 26 22:09:39 2009 @@ -200,7 +200,7 @@
setup_steps(platform, self)
- self.addStep(Translate(['-Ojit', '--gc=boehm'], + self.addStep(Translate(['-Ojit', '--gc=hybrid','--gcrootfinder=asmgcc'], ['--withoutmod-thread']))
self.addStep(ShellCmd( _______________________________________________ pypy-svn mailing list pypy-svn@codespeak.net http://codespeak.net/mailman/listinfo/pypy-svn
participants (1)
-
Maciej Fijalkowski