Re: [pypy-dev] Control flow graph for method

2013-04-14 Thread Evgeny Startsev
On 14.04.2013 13:28, Armin Rigo wrote: Hi, On Sun, Apr 14, 2013 at 8:13 AM, Evgeny Startsev wrote: I am interesting in control-flow graph generation for python projects using python. I read http://doc.pypy.org/en/latest/translation.html#flow-model and studied how to investigate cfg for functio

Re: [pypy-dev] Control flow graph for method

2013-04-14 Thread Armin Rigo
Hi, On Sun, Apr 14, 2013 at 8:13 AM, Evgeny Startsev wrote: > I am interesting in control-flow graph generation for python projects using > python. I read http://doc.pypy.org/en/latest/translation.html#flow-model and > studied how to investigate cfg for function. > Is there any way to generate cf

[pypy-dev] Control flow graph for method

2013-04-14 Thread Evgeny Startsev
I am interesting in control-flow graph generation for python projects using python. I read http://doc.pypy.org/en/latest/translation.html#flow-model and studied how to investigate cfg for function. Is there any way to generate cfg for method using pypy? _