[pypy-dev] cppyy and callbacks

wlavrijsen at lbl.gov wlavrijsen at lbl.gov
Fri Jan 10 18:49:59 CET 2014


Hi Dimitri,

> Where could I find the current state of the cling backend implementation?

remember, I only just started (as in: a couple of days ago); the code does
not currently compile, let alone run a single test. When it gets there, it'll
appear here:

   https://bitbucket.org/pypy/pypy/branch/reflex-support

As for the CPython side of things, our development is in this repository:

   http://root.cern.ch/gitweb?p=root.git;a=summary
   http://root.cern.ch/git/root.git

the bindings are under bindings/pyroot. You'll find that they're too
entangled to use (other than by building/installing the whole project,
which could be an option as it's not _that_ bad). More direct access to
cling (we've tried to prevent LLVM headers from leaking into user code, so
everything is hidden under at least one layer) can all be found in core/meta.

For bug reports etc., here's the project JIRA:

   https://sft.its.cern.ch/jira/browse/ROOT
   https://sft.its.cern.ch/jira/browse/ROOT/component/10760

Best regards,
            Wim
-- 
WLavrijsen at lbl.gov    --    +1 (510) 486 6411    --    www.lavrijsen.net


More information about the pypy-dev mailing list