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
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
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
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