[pypy-commit] pypy stmgc-c7: translation fixes

2015-02-21 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76020:30fb754cc44a Date: 2015-02-20 19:48 +0100 http://bitbucket.org/pypy/pypy/changeset/30fb754cc44a/ Log:translation fixes diff --git a/rpython/jit/backend/x86/callbuilder.py b/rpython/jit/backend/x86/callbuilder.py --- a/rpython/jit/backend

[pypy-commit] pypy stmgc-c7: translation fixes

2015-01-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75599:c331dad2c6ab Date: 2015-01-31 05:01 +0100 http://bitbucket.org/pypy/pypy/changeset/c331dad2c6ab/ Log:translation fixes diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/backend/llsupport/jitframe.py --- a/rpython/jit/b

[pypy-commit] pypy stmgc-c7: Translation fixes and more tweaks

2014-05-12 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71476:8eaaea95de1a Date: 2014-05-12 21:56 +0200 http://bitbucket.org/pypy/pypy/changeset/8eaaea95de1a/ Log:Translation fixes and more tweaks diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/llmodel.py --- a