[pypy-commit] pypy guard-compatible: fixes

2018-03-22 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r94074:40ed7f642faf Date: 2018-03-22 15:29 +0100 http://bitbucket.org/pypy/pypy/changeset/40ed7f642faf/ Log:fixes diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x86/ass

[pypy-commit] pypy guard-compatible: Fixes. Now x86/test/test_compatible crashes much later

2017-02-10 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r90036:335bfa51255f Date: 2017-02-10 17:31 +0100 http://bitbucket.org/pypy/pypy/changeset/335bfa51255f/ Log:Fixes. Now x86/test/test_compatible crashes much later diff --git a/rpython/jit/backend/llsupport/guard_compat.py b/rpython/jit/

[pypy-commit] pypy guard-compatible: fixes, tests pass

2016-05-24 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r84663:8fa185119bcf Date: 2016-05-24 20:04 +0200 http://bitbucket.org/pypy/pypy/changeset/8fa185119bcf/ Log:fixes, tests pass diff --git a/rpython/jit/backend/ppc/guard_compat.py b/rpython/jit/backend/ppc/guard_compat.py --- a/rpython/j