[pypy-dev] Internship and bug report

Maciej Fijalkowski fijall at gmail.com
Thu Jun 21 12:26:40 CEST 2012


On Thu, Jun 21, 2012 at 9:49 AM, Antonio Cuni <anto.cuni at gmail.com> wrote:

> Hi Léonard,
>
> On 06/20/2012 06:23 PM, Léonard de Haro wrote:
> >
> > My interpreting function takes an AST, a dictionnary of function
> declaration
> > and an environment (cps version has the continuation as well).
> Everything is
> > declared green.
>
> I didn't read the code, but this looks wrong. You should declare the
> variables
> representing "the program" as green, and the variables representing "the
> state" as red. Else, the JIT tries to specialize *everything* and you never
> get fast code.
>

You get very fast code, but you can never use it :) It's used precisely once
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20120621/9c3943fd/attachment.html>


More information about the pypy-dev mailing list