[pypy-commit] pypy jit-cleanup: clean up uses of AbstractCPU and random stylistic issues, including a duplicated test

2019-04-03 Thread rlamy
Author: Ronan Lamy Branch: jit-cleanup Changeset: r96414:8c0194bc5160 Date: 2019-04-04 01:51 +0100 http://bitbucket.org/pypy/pypy/changeset/8c0194bc5160/ Log:clean up uses of AbstractCPU and random stylistic issues, including a duplicated test diff --git a/rpython/jit/backend/test/ji

[pypy-commit] pypy jit-cleanup: Move new_ref_dict() to rpython.jit.metainterp.history

2019-04-03 Thread rlamy
Author: Ronan Lamy Branch: jit-cleanup Changeset: r96413:e6ca265bbc8a Date: 2019-04-03 20:28 +0100 http://bitbucket.org/pypy/pypy/changeset/e6ca265bbc8a/ Log:Move new_ref_dict() to rpython.jit.metainterp.history diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/lls

[pypy-commit] pypy default: add --lonepycfiles in cpython_differences

2019-04-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r96409:570adebe6118 Date: 2019-04-03 18:14 +0200 http://bitbucket.org/pypy/pypy/changeset/570adebe6118/ Log:add --lonepycfiles in cpython_differences diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython

[pypy-commit] pypy record-exact-value: ( yodada, cfbolz )

2019-04-03 Thread yodada
Author: Lin Cheng Branch: record-exact-value Changeset: r96407:7264752cbbf9 Date: 2019-04-03 09:25 -0400 http://bitbucket.org/pypy/pypy/changeset/7264752cbbf9/ Log:( yodada, cfbolz ) Implemented the function in rlib and add llop diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rp

[pypy-commit] pypy record-exact-value: ( yodada, cfbolz )

2019-04-03 Thread yodada
Author: Lin Cheng Branch: record-exact-value Changeset: r96406:4b4dd22d781d Date: 2019-04-03 09:01 -0400 http://bitbucket.org/pypy/pypy/changeset/4b4dd22d781d/ Log:( yodada, cfbolz ) Branch to experiment record_exact_value ___ pypy-commit mailing l

[pypy-commit] pypy record-exact-value: ( yodada, cfbolz )

2019-04-03 Thread yodada
Author: Lin Cheng Branch: record-exact-value Changeset: r96408:61bad9af9284 Date: 2019-04-03 10:04 -0400 http://bitbucket.org/pypy/pypy/changeset/61bad9af9284/ Log:( yodada, cfbolz ) In progress: teach the optimizer about record_exact_value Something is still wrong. diff --git a/rpyt