[pypy-commit] pypy default: update script for portable builds

2020-02-11 Thread mattip
Author: Matti Picus Branch: Changeset: r98696:b7b76322a4a7 Date: 2020-02-11 17:26 +0200 http://bitbucket.org/pypy/pypy/changeset/b7b76322a4a7/ Log:update script for portable builds diff --git a/pypy/goal/getnightly.py b/pypy/goal/getnightly.py --- a/pypy/goal/getnightly.py +++ b/pypy/goal/g

[pypy-commit] pypy heptapod: start to migrate documentation to foss.heptapod.net and document new workflow

2020-02-11 Thread mattip
Author: Matti Picus Branch: heptapod Changeset: r98697:46525488dc8f Date: 2020-02-11 19:07 +0200 http://bitbucket.org/pypy/pypy/changeset/46525488dc8f/ Log:start to migrate documentation to foss.heptapod.net and document new workflow diff --git a/pypy/doc/build.rst b/pypy/doc/build.r

[pypy-commit] pypy heptapod: more heptapod migration

2020-02-11 Thread mattip
Author: Matti Picus Branch: heptapod Changeset: r98698:d8540ec58c60 Date: 2020-02-11 19:08 +0200 http://bitbucket.org/pypy/pypy/changeset/d8540ec58c60/ Log:more heptapod migration diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/do

[pypy-commit] extradoc extradoc: people.txt edited online with Bitbucket: add myself

2020-02-11 Thread rlamy
Author: Ronan Lamy Branch: extradoc Changeset: r5986:17cb515052f0 Date: 2020-02-11 15:11 + http://bitbucket.org/pypy/extradoc/changeset/17cb515052f0/ Log:people.txt edited online with Bitbucket: add myself diff --git a/sprintinfo/leysin-winter-2020/people.txt b/sprintinfo/leysin-winter-

[pypy-commit] pypy pypy-jitdriver-greenkeys: test showing the effect

2020-02-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pypy-jitdriver-greenkeys Changeset: r98693:bdb5e618e09d Date: 2020-02-09 22:51 +0100 http://bitbucket.org/pypy/pypy/changeset/bdb5e618e09d/ Log:test showing the effect diff --git a/pypy/module/pypyjit/test_pypy_c/test_generators.py b/pypy/module/p

[pypy-commit] pypy jit-generating-extension: hacky experiment: can we write a generating extension for meta-interpreter (in

2020-02-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: jit-generating-extension Changeset: r98695:c87366a2fc46 Date: 2020-02-11 14:11 +0100 http://bitbucket.org/pypy/pypy/changeset/c87366a2fc46/ Log:hacky experiment: can we write a generating extension for meta- interpreter (in the spirit of gen

[pypy-commit] pypy pypy-jitdriver-greenkeys: random finding: return early in this safety checking function in the JIT (I

2020-02-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pypy-jitdriver-greenkeys Changeset: r98692:42d012e08816 Date: 2020-02-09 22:31 +0100 http://bitbucket.org/pypy/pypy/changeset/42d012e08816/ Log:random finding: return early in this safety checking function in the JIT (I looked at jitcodes, i

[pypy-commit] pypy pypy-jitdriver-greenkeys: slightly simplify for the jit, for the common non-tracing case

2020-02-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pypy-jitdriver-greenkeys Changeset: r98694:cf5ffe13453c Date: 2020-02-11 14:08 +0100 http://bitbucket.org/pypy/pypy/changeset/cf5ffe13453c/ Log:slightly simplify for the jit, for the common non-tracing case diff --git a/pypy/interpreter/pyopcode.py