[pypy-commit] pypy optimizeopt-cleanup: hg merge default

2019-04-27 Thread rlamy
Author: Ronan Lamy Branch: optimizeopt-cleanup Changeset: r96544:5ae00718c328 Date: 2019-04-27 16:23 +0100 http://bitbucket.org/pypy/pypy/changeset/5ae00718c328/ Log:hg merge default diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -10,10 +10,6 @@ 32f35069a16d819b58c1b6efb17c44

[pypy-commit] pypy optimizeopt-cleanup: Simplify MetaInterp.get_procedure_token()

2019-04-27 Thread rlamy
Author: Ronan Lamy Branch: optimizeopt-cleanup Changeset: r96543:39a8b2657437 Date: 2019-04-27 16:22 +0100 http://bitbucket.org/pypy/pypy/changeset/39a8b2657437/ Log:Simplify MetaInterp.get_procedure_token() diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py

[pypy-commit] pypy semlock-deadlock: fix RECURSIVE semaphore by setting state before, not after, glibc call

2019-04-27 Thread mattip
Author: Matti Picus Branch: semlock-deadlock Changeset: r96545:f3621100820d Date: 2019-04-27 09:18 -0700 http://bitbucket.org/pypy/pypy/changeset/f3621100820d/ Log:fix RECURSIVE semaphore by setting state before, not after, glibc call diff --git a/pypy/module/_multiprocessing/interp_

[pypy-commit] pypy optimizeopt-cleanup: extract same_greenkey() helper and dedent some code

2019-04-27 Thread rlamy
Author: Ronan Lamy Branch: optimizeopt-cleanup Changeset: r96542:add9a446f421 Date: 2019-04-23 23:47 +0100 http://bitbucket.org/pypy/pypy/changeset/add9a446f421/ Log:extract same_greenkey() helper and dedent some code diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/p