[pypy-dev] Further details regarding the GSOC 2013 project idea

2013-04-14 Thread Hareesan
Hi there, I'm Hareesan, An undergraduate from University of Moratuwa, Sri Lanka. I have gone through the GSOC 2013 ideas from pypy. I'm much interested in working on the project "New JitViewer infrastructure". I have cloned the source and gone through pypy jitviewer introduction paper.

[pypy-dev] GSoC Application Process

2013-04-14 Thread Can Ibanoglu
Hello, My name is Can Ibanoglu and I'm an industrial engineering student. I would like to get involved with the PyPy project, within the context of GSoC initially and hopefully beyond that. I have been interested in programming since I was 15 years old but I can't really say that I have been

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] Fwd: Windows 64 bit version

2013-04-14 Thread Armin Rigo
Hi Roger, On Fri, Apr 12, 2013 at 7:59 PM, Roger Flores wrote: > OK, this is really helpful. It's exactly the kind of info I was hoping to > hear when starting this thread, and what I was looking for on the web site > before that. I'm afraid to add that this list is not complete at all. It mer

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? _