[pypy-dev] Re: [pypy-svn] r18730 - pypy/dist/pypy/translator/js

Eric van Riet Paap eric at vanrietpaap.nl
Tue Oct 18 12:52:44 CEST 2005


On Tuesday 18 October 2005 12:34, Christian Tismer wrote:
> ericvrp at codespeak.net wrote:
> > Author: ericvrp
> > Date: Tue Oct 18 11:11:38 2005
> > New Revision: 18730
> >
> > Modified:
> >    pypy/dist/pypy/translator/js/arraynode.py
> >    pypy/dist/pypy/translator/js/funcnode.py
> >    pypy/dist/pypy/translator/js/node.py
> >    pypy/dist/pypy/translator/js/structnode.py
> > Log:
> > Removed slots and some caching.
> > I don't want to see that kind of code before things really start working!
>
> Hi Eric,
>
> as a small hint about slots vs. no slots:
> Instead of removing slots, you can easily make them
> optional with a global flag. Samuele did that, too.

Yes I know. I just don't want to think about keeping the list up-to-date. It's 
an optimization that I want to consider later. And since genjs will probably 
never be used for very big programs I think it makes sence to remove the 
optimization entirely.

but thank you
cheers
Eric

P.S. how was the sprint in Paris?

>
> ciao - chris



More information about the Pypy-dev mailing list