[pypy-commit] pypy default: fix jtransform test

2014-10-07 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r73831:1a1bcffa25e3 Date: 2014-10-07 09:48 +0200 http://bitbucket.org/pypy/pypy/changeset/1a1bcffa25e3/ Log:fix jtransform test diff --git a/rpython/jit/codewriter/test/test_jtransform.py

[pypy-commit] pypy default: fix test_pypy_c

2014-10-07 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r73832:a65ca7b61625 Date: 2014-10-07 09:58 +0200 http://bitbucket.org/pypy/pypy/changeset/a65ca7b61625/ Log:fix test_pypy_c diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py

[pypy-commit] stmgc finalizer: Don't run a light finalizer in a segment where the object is not visible

2014-10-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: finalizer Changeset: r1467:45014eae5453 Date: 2014-10-07 10:33 +0200 http://bitbucket.org/pypy/stmgc/changeset/45014eae5453/ Log:Don't run a light finalizer in a segment where the object is not visible yet. diff --git a/c7/stm/finalizer.c

[pypy-commit] pypy default: update comment and actually stop putting things into the heap cache (which is

2014-10-07 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r73833:b9d7ef669611 Date: 2014-10-07 10:43 +0200 http://bitbucket.org/pypy/pypy/changeset/b9d7ef669611/ Log:update comment and actually stop putting things into the heap cache (which is unnecessary, now that we generate a

[pypy-commit] pypy default: optimize quasi-immutable lists?[*] in the same way

2014-10-07 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r73834:d888c64eab67 Date: 2014-10-07 10:25 +0200 http://bitbucket.org/pypy/pypy/changeset/d888c64eab67/ Log:optimize quasi-immutable lists?[*] in the same way diff --git a/rpython/jit/codewriter/jtransform.py

[pypy-commit] stmgc finalizer: in-progress

2014-10-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: finalizer Changeset: r1468:bc9a0f2e120d Date: 2014-10-07 11:10 +0200 http://bitbucket.org/pypy/stmgc/changeset/bc9a0f2e120d/ Log:in-progress diff --git a/c7/stm/core.h b/c7/stm/core.h --- a/c7/stm/core.h +++ b/c7/stm/core.h @@ -203,6 +203,7 @@

[pypy-commit] pypy.org extradoc: update the values

2014-10-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r546:0175b0971d89 Date: 2014-10-07 20:18 +0200 http://bitbucket.org/pypy/pypy.org/changeset/0175b0971d89/ Log:update the values diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -9,7 +9,7 @@ script

[pypy-commit] pypy default: these getfield_gc show up with _pure now

2014-10-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73835:e57358cce5ad Date: 2014-10-07 15:30 -0400 http://bitbucket.org/pypy/pypy/changeset/e57358cce5ad/ Log:these getfield_gc show up with _pure now diff --git a/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy default: fix validation of shape in empty/zeros

2014-10-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73836:d3789bd3b3ed Date: 2014-10-07 18:47 -0400 http://bitbucket.org/pypy/pypy/changeset/d3789bd3b3ed/ Log:fix validation of shape in empty/zeros diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py ---

[pypy-commit] pypy var-in-Some: simplify code

2014-10-07 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: var-in-Some Changeset: r73837:13bb925941fe Date: 2014-10-06 17:54 +0100 http://bitbucket.org/pypy/pypy/changeset/13bb925941fe/ Log:simplify code diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.py ---

[pypy-commit] pypy rtyper-stuff: fix

2014-10-07 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: rtyper-stuff Changeset: r73838:7a0aa5c59924 Date: 2014-10-08 04:06 +0100 http://bitbucket.org/pypy/pypy/changeset/7a0aa5c59924/ Log:fix diff --git a/rpython/rlib/_stacklet_n_a.py b/rpython/rlib/_stacklet_n_a.py ---