[pypy-dev] SpaceOperation

Łukasz Ligowski orangewarrior at gmail.com
Wed Sep 28 00:17:37 CEST 2011


Hello,

I'd like to know what is the purpose of offset field on
pypy.objspace.flow.model.SpaceOperation object.
It is labeled as "offset in code string" but I have problem to find
the right string.
I tried with string that is returned by using string returned by
FunctionGraph.getsource() but it didn't bring expected results.

What I try to accomplish is to learn whether it is possible to map
particular SpaceOperation with right line of original source file.

L


More information about the pypy-dev mailing list