[pypy-dev] SpaceOperation

Armin Rigo arigo at tunes.org
Wed Sep 28 10:19:26 CEST 2011


Hi,

2011/9/28 Amaury Forgeot d'Arc <amauryfa at gmail.com>:
>> What I try to accomplish is to learn whether it is possible to map
>> particular SpaceOperation with right line of original source file.
>
> Good luck with this one. You may want to look at the "dis" module
> to see how it is used.

Note also that it only works for annotated flow graphs before RTyping.
 Nowadays, we generally look at graphs that have been RTyped, so
'offset' is lost.  If you really work hard in carrying around 'offset'
then it's probably possible to keep it around more often.  Basically
the 'offset' field is an old feature that is not used anywhere, and
probably not tested either, so you're on your own there.


A bientôt,

Armin.


More information about the pypy-dev mailing list