[pypy-commit] stmgc default: add another TODO for investigation

2016-07-19 Thread Raemi
Author: Remi Meier Branch: Changeset: r1995:8679ed5352f8 Date: 2016-07-19 09:04 +0200 http://bitbucket.org/pypy/stmgc/changeset/8679ed5352f8/ Log:add another TODO for investigation diff --git a/c8/TODO b/c8/TODO --- a/c8/TODO +++ b/c8/TODO @@ -7,6 +7,9 @@ user-pagefault "handler". That s

[pypy-commit] pypy default: fix import

2016-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r85765:91c6cf074b0b Date: 2016-07-19 11:04 +0200 http://bitbucket.org/pypy/pypy/changeset/91c6cf074b0b/ Log:fix import diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/backend/llgraph/runner.p

[pypy-commit] pypy default: fix test

2016-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r85766:173f3d27bfdb Date: 2016-07-19 11:05 +0200 http://bitbucket.org/pypy/pypy/changeset/173f3d27bfdb/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pypy/module/pypyjit/test_p

[pypy-commit] pypy ppc-vsx-support: defer vector_ext init to a point where release gil is possible

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85767:15cafdc0f60b Date: 2016-07-18 17:51 +0200 http://bitbucket.org/pypy/pypy/changeset/15cafdc0f60b/ Log:defer vector_ext init to a point where release gil is possible diff --git a/rpython/jit/backend/llsupport/vector_ext.py b/r

[pypy-commit] pypy ppc-vsx-support: resolve translation issues, pypy on ppc compiles now

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85768:5b99dbc493ed Date: 2016-07-19 11:54 +0200 http://bitbucket.org/pypy/pypy/changeset/5b99dbc493ed/ Log:resolve translation issues, pypy on ppc compiles now diff --git a/rpython/jit/backend/ppc/vector_ext.py b/rpython/jit/backe

[pypy-commit] pypy ppc-vsx-support: merge default

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85770:5090a8e44421 Date: 2016-07-19 13:51 +0200 http://bitbucket.org/pypy/pypy/changeset/5090a8e44421/ Log:merge default diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_build.py new file mode 100644 --- /dev/n

[pypy-commit] pypy ppc-vsx-support: consider that the returned value (variable new_index_box) can be None)

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85769:b87a50154458 Date: 2016-07-19 13:51 +0200 http://bitbucket.org/pypy/pypy/changeset/b87a50154458/ Log:consider that the returned value (variable new_index_box) can be None) diff --git a/rpython/jit/backend/llsupport/re

[pypy-commit] pypy ppc-vsx-support: removed comments, fixed problem with rewrite (was changed slightly for vectorization)

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85772:1932988064a3 Date: 2016-07-19 16:45 +0200 http://bitbucket.org/pypy/pypy/changeset/1932988064a3/ Log:removed comments, fixed problem with rewrite (was changed slightly for vectorization) diff --git a/rpython/jit/backe

[pypy-commit] pypy ppc-vsx-support: return None for index_box in cpu_scale if the box is not modified by rewrite

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85771:1c9aa0ce8cd2 Date: 2016-07-19 14:21 +0200 http://bitbucket.org/pypy/pypy/changeset/1c9aa0ce8cd2/ Log:return None for index_box in cpu_scale if the box is not modified by rewrite diff --git a/rpython/jit/backend/llsupp

[pypy-commit] pypy ppc-vsx-support: resolve another issue, regalloc must free var if it is a ref type

2016-07-19 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85773:7991ed15f296 Date: 2016-07-19 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/7991ed15f296/ Log:resolve another issue, regalloc must free var if it is a ref type diff --git a/rpython/jit/backend/llsupport/rewrite.py b/r

[pypy-commit] extradoc extradoc: More tweaks

2016-07-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5657:46af6a95b74c Date: 2016-07-19 18:18 +0200 http://bitbucket.org/pypy/extradoc/changeset/46af6a95b74c/ Log:More tweaks diff --git a/talk/ep2016/slides.rst b/talk/ep2016/slides.rst --- a/talk/ep2016/slides.rst +++ b/talk/ep2016/slides.rst @@

[pypy-commit] pypy default: recommend ensurepip

2016-07-19 Thread mattip
Author: Matti Picus Branch: Changeset: r85774:2c2871a3b51e Date: 2016-07-19 20:43 +0300 http://bitbucket.org/pypy/pypy/changeset/2c2871a3b51e/ Log:recommend ensurepip diff --git a/pypy/doc/install.rst b/pypy/doc/install.rst --- a/pypy/doc/install.rst +++ b/pypy/doc/install.rst @@ -39,17 +39

[pypy-commit] pypy.org extradoc: simplify explanation about pip, reference pypy documentation

2016-07-19 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r769:0f202d1ef6e0 Date: 2016-07-19 21:10 +0300 http://bitbucket.org/pypy/pypy.org/changeset/0f202d1ef6e0/ Log:simplify explanation about pip, reference pypy documentation diff --git a/download.html b/download.html --- a/download.html +++ b/down