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
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
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
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-
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
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
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
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