[pypy-commit] stmgc c8-reshare-pages: understand and document what this branch is doing

2017-06-14 Thread Raemi
Author: Remi Meier Branch: c8-reshare-pages Changeset: r2073:e08f018e54b8 Date: 2017-06-14 15:32 +0200 http://bitbucket.org/pypy/stmgc/changeset/e08f018e54b8/ Log:understand and document what this branch is doing A try to write down the logic of the page

[pypy-commit] pypy multiphase: Implement fill_slot()

2017-06-14 Thread rlamy
Author: Ronan Lamy Branch: multiphase Changeset: r91605:638043b85bc5 Date: 2017-06-14 19:40 +0100 http://bitbucket.org/pypy/pypy/changeset/638043b85bc5/ Log:Implement fill_slot() diff --git a/pypy/module/cpyext/test/test_module.py

[pypy-commit] extradoc extradoc: abstract

2017-06-14 Thread fijal
Author: fijal Branch: extradoc Changeset: r5805:c7c6ff9479eb Date: 2017-06-14 21:25 +0200 http://bitbucket.org/pypy/extradoc/changeset/c7c6ff9479eb/ Log:abstract diff --git a/talk/pycon-russia-2017/abstract.rst b/talk/pycon-russia-2017/abstract.rst new file mode 100644 --- /dev/null +++

[pypy-commit] pypy stmgc-c8: (tobweber) fix wrong thread state after waiting for free segment

2017-06-14 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r91602:8d2c43276bbe Date: 2017-06-14 09:48 +0200 http://bitbucket.org/pypy/pypy/changeset/8d2c43276bbe/ Log:(tobweber) fix wrong thread state after waiting for free segment diff --git a/pypy/stm/print_stm_log.py

[pypy-commit] pypy stmgc-c8: add passing stmrewrite test

2017-06-14 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r91603:333cd7c29400 Date: 2017-06-14 09:51 +0200 http://bitbucket.org/pypy/pypy/changeset/333cd7c29400/ Log:add passing stmrewrite test diff --git a/rpython/jit/backend/llsupport/test/test_stmrewrite.py

[pypy-commit] pypy default: Avoid one instruction in the endless stream of header/footer instructions

2017-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r91604:9a5adcd4d3ff Date: 2017-06-14 13:37 +0200 http://bitbucket.org/pypy/pypy/changeset/9a5adcd4d3ff/ Log:Avoid one instruction in the endless stream of header/footer instructions diff --git