On Tuesday 18 October 2005 12:34, Christian Tismer wrote: > [EMAIL PROTECTED] 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 _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
