2011/2/2 Łukasz Ligowski <[email protected]>: > Hi, > > First of all I'd like to thank all developers for good work on PyPy ;) > > I'd like to ask are there any rules of thumb to write code that PyPy JIT can > easily optimize? Or maybe which constructs are hardly optimizable by JIT so > it's better to avoid them?
I should probably right it down somewhere. As of now there is no such guide. However, the rule of thumb is simple is better than complex. > > Best regards, > Lukasz Ligowski > _______________________________________________ > [email protected] > http://codespeak.net/mailman/listinfo/pypy-dev > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
