Author: Wim Lavrijsen <wlavrij...@lbl.gov> Branch: reflex-support Changeset: r45428:9ef9fe98b7a3 Date: 2011-07-08 15:18 -0700 http://bitbucket.org/pypy/pypy/changeset/9ef9fe98b7a3/
Log: merge heads diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/converter.py +++ b/pypy/module/cppyy/converter.py @@ -351,7 +351,9 @@ self.cpptype = cpptype # TODO: factor out the direct_ptradd into a smaller function (so that the - # JIT can look into the rest of the code) + # JIT can look into the rest of the code), or better, let the JIT + # see it (either by teaching it direct_ptradd, or by using a + # different style like casts between addresses and integers) @jit.dont_look_inside def convert_argument(self, space, w_obj): from pypy.module.cppyy.interp_cppyy import W_CPPInstance _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit