[pypy-commit] pypy value-profiling: fix the interaction between record_exact_class and the heapcache

2016-01-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: value-profiling Changeset: r81881:7a18372094c5 Date: 2016-01-21 08:23 +0100 http://bitbucket.org/pypy/pypy/changeset/7a18372094c5/ Log:fix the interaction between record_exact_class and the heapcache diff --git a/rpython/jit/metainterp/heapcache.py b/rpyt

[pypy-commit] benchmarks default: add some other pyston benchmarks

2016-01-20 Thread fijal
Author: fijal Branch: Changeset: r346:947a8b49e3cd Date: 2016-01-20 22:31 +0100 http://bitbucket.org/pypy/benchmarks/changeset/947a8b49e3cd/ Log:add some other pyston benchmarks diff too long, truncating to 2000 out of 513606 lines diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks

[pypy-commit] benchmarks default: add dropbox/pyxl benchmark

2016-01-20 Thread fijal
Author: fijal Branch: Changeset: r345:283ed0844257 Date: 2016-01-20 21:47 +0100 http://bitbucket.org/pypy/benchmarks/changeset/283ed0844257/ Log:add dropbox/pyxl benchmark diff too long, truncating to 2000 out of 5559 lines diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++

[pypy-commit] pypy s390x-backend: rbigint frombytes/tobytes is specific to little endian

2016-01-20 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81880:ef5a0afd8184 Date: 2016-01-20 15:34 +0100 http://bitbucket.org/pypy/pypy/changeset/ef5a0afd8184/ Log:rbigint frombytes/tobytes is specific to little endian diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rp

[pypy-commit] pypy s390x-backend: fixed a pool issue where a guard token did not receive it's rightful pool position

2016-01-20 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81879:eb2fcf893ee0 Date: 2016-01-20 15:05 +0100 http://bitbucket.org/pypy/pypy/changeset/eb2fcf893ee0/ Log:fixed a pool issue where a guard token did not receive it's rightful pool position diff --git a/rpython/jit/backend/te

[pypy-commit] pypy s390x-backend: did not write pool entires to the right location

2016-01-20 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81878:1dcc4c9a8961 Date: 2016-01-20 14:17 +0100 http://bitbucket.org/pypy/pypy/changeset/1dcc4c9a8961/ Log:did not write pool entires to the right location diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/backend/za

[pypy-commit] pypy s390x-backend: some translation issues

2016-01-20 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81877:f21a9cb9df2a Date: 2016-01-20 14:03 +0100 http://bitbucket.org/pypy/pypy/changeset/f21a9cb9df2a/ Log:some translation issues diff --git a/rpython/jit/backend/zarch/pool.py b/rpython/jit/backend/zarch/pool.py --- a/rpython/jit/

[pypy-commit] pypy s390x-backend: literal pool enhancement. it now stores unique values, no 64 bit integer/float/ref is every stored twice in the pool

2016-01-20 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81876:30073c0bccb6 Date: 2016-01-20 13:48 +0100 http://bitbucket.org/pypy/pypy/changeset/30073c0bccb6/ Log:literal pool enhancement. it now stores unique values, no 64 bit integer/float/ref is every stored twice in the pool d

[pypy-commit] pypy s390x-backend: missing import for llop

2016-01-20 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81875:cce5159ef75d Date: 2016-01-20 10:25 +0100 http://bitbucket.org/pypy/pypy/changeset/cce5159ef75d/ Log:missing import for llop diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/backend/zarch/assembler.py --- a/rp

[pypy-commit] pypy s390x-backend: merged default

2016-01-20 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81874:fc1bb01e3b26 Date: 2016-01-20 10:08 +0100 http://bitbucket.org/pypy/pypy/changeset/fc1bb01e3b26/ Log:merged default diff --git a/pypy/doc/how-to-contribute.rst b/pypy/doc/how-to-contribute.rst --- a/pypy/doc/how-to-contribute.r

[pypy-commit] pypy s390x-backend: fixed tests that fail after applying the scale in gc_load_indexed_r (llsupport/gc.py)

2016-01-20 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81873:45cca792fa2e Date: 2016-01-20 10:06 +0100 http://bitbucket.org/pypy/pypy/changeset/45cca792fa2e/ Log:fixed tests that fail after applying the scale in gc_load_indexed_r (llsupport/gc.py) diff --git a/rpython/jit/backend

[pypy-commit] pypy s390x-backend: removed print statement and exchanged it with llop.debug_print (thx mjacob)

2016-01-20 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81872:3b1bb2d5dd4d Date: 2016-01-20 09:38 +0100 http://bitbucket.org/pypy/pypy/changeset/3b1bb2d5dd4d/ Log:removed print statement and exchanged it with llop.debug_print (thx mjacob) diff --git a/rpython/jit/backend/zarch/ass

[pypy-commit] pypy s390x-backend: adding -march=zEC12 to the platform's cflags (linux)

2016-01-20 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81870:0d8edc9df396 Date: 2016-01-20 09:22 +0100 http://bitbucket.org/pypy/pypy/changeset/0d8edc9df396/ Log:adding -march=zEC12 to the platform's cflags (linux) diff --git a/rpython/translator/platform/distutils_platform.py b/rpython

[pypy-commit] pypy s390x-backend: removed unused import added earlier

2016-01-20 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81871:68a03e4147e6 Date: 2016-01-20 09:22 +0100 http://bitbucket.org/pypy/pypy/changeset/68a03e4147e6/ Log:removed unused import added earlier diff --git a/rpython/translator/platform/distutils_platform.py b/rpython/translator/platf