[pypy-commit] pypy default: fix the most obvious 32bit problem

2016-03-26 Thread fijal
Author: fijal Branch: Changeset: r83388:7baba70b412c Date: 2016-03-26 20:43 +0200 http://bitbucket.org/pypy/pypy/changeset/7baba70b412c/ Log:fix the most obvious 32bit problem diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/metainterp

[pypy-commit] pypy faster-traceback: pass list of resops here

2016-03-26 Thread fijal
Author: fijal Branch: faster-traceback Changeset: r83387:8349cbe273c6 Date: 2016-03-25 22:42 +0200 http://bitbucket.org/pypy/pypy/changeset/8349cbe273c6/ Log:pass list of resops here diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainte

[pypy-commit] pypy default: fix more copy-pastes of the same function

2016-03-26 Thread fijal
Author: fijal Branch: Changeset: r83390:3c26d7439762 Date: 2016-03-26 20:46 +0200 http://bitbucket.org/pypy/pypy/changeset/3c26d7439762/ Log:fix more copy-pastes of the same function diff --git a/rpython/jit/backend/ppc/regalloc.py b/rpython/jit/backend/ppc/regalloc.py --- a/rpython/jit/bac

[pypy-commit] pypy default: the most obvious fix on arm

2016-03-26 Thread fijal
Author: fijal Branch: Changeset: r83389:67480c50c1ab Date: 2016-03-26 20:44 +0200 http://bitbucket.org/pypy/pypy/changeset/67480c50c1ab/ Log:the most obvious fix on arm diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/arm/ass