[pypy-commit] pypy reflex-support: fix translation

2011-07-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: reflex-support Changeset: r45514:12420105cecb Date: 2011-07-12 17:52 +0200 http://bitbucket.org/pypy/pypy/changeset/12420105cecb/ Log:fix translation diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/conve

Re: [pypy-commit] pypy reflex-support: fix translation problem in JIT generation

2011-07-06 Thread Alex Gaynor
Rather than factor that out, maybe we should add ptradd support to the JIT, I know I've done this same thing several times at this point. Alex On Wed, Jul 6, 2011 at 4:45 PM, wlav wrote: > Author: Wim Lavrijsen > Branch: reflex-support > Changeset: r45399:012bea4f7b9b > Date: 2011-07-06 16:53

[pypy-commit] pypy reflex-support: fix translation problem in JIT generation

2011-07-06 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45399:012bea4f7b9b Date: 2011-07-06 16:53 -0700 http://bitbucket.org/pypy/pypy/changeset/012bea4f7b9b/ Log:fix translation problem in JIT generation diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pyp

[pypy-commit] pypy reflex-support: fix translation error

2011-07-06 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45398:6c9c330bf4dd Date: 2011-07-06 15:28 -0700 http://bitbucket.org/pypy/pypy/changeset/6c9c330bf4dd/ Log:fix translation error diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py --- a/pypy/module/cppy