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

2015-11-26 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r662:55806f9d8ab6 Date: 2015-11-26 10:53 +0100 http://bitbucket.org/pypy/pypy.org/changeset/55806f9d8ab6/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $61398 of $105000 (

[pypy-commit] pypy memop-simplify2: added tests for raw_load_i/f transformation to gc_load_i/f

2015-11-26 Thread plan_rich
Author: Richard Plangger Branch: memop-simplify2 Changeset: r80971:14b59b151355 Date: 2015-11-26 13:17 +0100 http://bitbucket.org/pypy/pypy/changeset/14b59b151355/ Log:added tests for raw_load_i/f transformation to gc_load_i/f diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/

[pypy-commit] pypy memop-simplify2: raw_load_test passed with gc_load on x86

2015-11-26 Thread plan_rich
Author: Richard Plangger Branch: memop-simplify2 Changeset: r80972:629e7e112a13 Date: 2015-11-26 13:55 +0100 http://bitbucket.org/pypy/pypy/changeset/629e7e112a13/ Log:raw_load_test passed with gc_load on x86 diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assemb

[pypy-commit] pypy memop-simplify2: added gc_load_indexed scaled to the assembler

2015-11-26 Thread plan_rich
Author: Richard Plangger Branch: memop-simplify2 Changeset: r80973:b3214e1778f7 Date: 2015-11-26 14:36 +0100 http://bitbucket.org/pypy/pypy/changeset/b3214e1778f7/ Log:added gc_load_indexed scaled to the assembler diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/l

[pypy-commit] pypy memop-simplify2: added gc_store/gc_store_indexed as operation, started migration of setarrayitem in the backend to the new operations (also added the rewrite logic)

2015-11-26 Thread plan_rich
Author: Richard Plangger Branch: memop-simplify2 Changeset: r80974:2b979e24b5a8 Date: 2015-11-26 15:07 +0100 http://bitbucket.org/pypy/pypy/changeset/2b979e24b5a8/ Log:added gc_store/gc_store_indexed as operation, started migration of setarrayitem in the backend to the new operations

[pypy-commit] pypy stmgc-c8: do less work for updating in_states

2015-11-26 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r80976:a82a851ede45 Date: 2015-11-26 15:03 +0100 http://bitbucket.org/pypy/pypy/changeset/a82a851ede45/ Log:do less work for updating in_states diff --git a/rpython/translator/backendopt/dataflow.py b/rpython/translator/backendopt/dataflow.py -

[pypy-commit] pypy stmgc-c8: wip: implement generic forward data flow analysis

2015-11-26 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r80975:3df49e2a17bd Date: 2015-11-26 12:44 +0100 http://bitbucket.org/pypy/pypy/changeset/3df49e2a17bd/ Log:wip: implement generic forward data flow analysis First requires some uses to determine if it is generic and convenient e

[pypy-commit] pypy stmgc-c8: fixes to dataflow.py and use in gctransform.framework

2015-11-26 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r80977:fce7bdeba033 Date: 2015-11-26 16:19 +0100 http://bitbucket.org/pypy/pypy/changeset/fce7bdeba033/ Log:fixes to dataflow.py and use in gctransform.framework diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/

[pypy-commit] pypy stmgc-c8-dictstrategy: Change cast_instance_to_gcref() to erase()/unerase(), which is better for the purpose

2015-11-26 Thread arigo
Author: Armin Rigo Branch: stmgc-c8-dictstrategy Changeset: r80978:de0731edb16f Date: 2015-11-26 16:33 + http://bitbucket.org/pypy/pypy/changeset/de0731edb16f/ Log:Change cast_instance_to_gcref() to erase()/unerase(), which is better for the purpose diff --git a/pypy/module/pypys

[pypy-commit] pypy stmgc-c8-dictstrategy: Yay, seems to have unblocked the situation for objspace/std/stmdict.

2015-11-26 Thread arigo
Author: Armin Rigo Branch: stmgc-c8-dictstrategy Changeset: r80979:357192d019e3 Date: 2015-11-26 16:36 + http://bitbucket.org/pypy/pypy/changeset/357192d019e3/ Log:Yay, seems to have unblocked the situation for objspace/std/stmdict. diff --git a/pypy/module/pypystm/stmdict.py b/pypy/modu

[pypy-commit] pypy cpyext-ext: define/modify for upstream compatibity PyMem_Malloc, PyStringObject, _Py_HashDouble

2015-11-26 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r80981:c114f7d51108 Date: 2015-11-27 01:55 +0200 http://bitbucket.org/pypy/pypy/changeset/c114f7d51108/ Log:define/modify for upstream compatibity PyMem_Malloc, PyStringObject, _Py_HashDouble diff --git a/pypy/module/cpyext/api.py b/pypy/m

[pypy-commit] pypy cpyext-ext: extend cpyext with more functions from cpython

2015-11-26 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r80980:30c0c05118de Date: 2015-11-26 23:57 +0200 http://bitbucket.org/pypy/pypy/changeset/30c0c05118de/ Log:extend cpyext with more functions from cpython ___ pypy-commit mailing list pypy-commit@python.

[pypy-commit] pypy anntype2: Add a failing test that explains sporadic translation failures since merging branch 'anntype'

2015-11-26 Thread rlamy
Author: Ronan Lamy Branch: anntype2 Changeset: r80983:74f08fa08092 Date: 2015-11-27 01:39 + http://bitbucket.org/pypy/pypy/changeset/74f08fa08092/ Log:Add a failing test that explains sporadic translation failures since merging branch 'anntype' diff --git a/rpython/annotator/test

[pypy-commit] pypy anntype2: hg merge default

2015-11-26 Thread rlamy
Author: Ronan Lamy Branch: anntype2 Changeset: r80982:d2b5d5173cc6 Date: 2015-11-25 23:20 + http://bitbucket.org/pypy/pypy/changeset/d2b5d5173cc6/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wha