2011/2/1 Ł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? https://codespeak.net/viewvc/pypy/extradoc/talk/pycon2010/crossinterp/talk.pdf?view=log Mostly things you'd normally avoid anyway like sys._getframe().
-- Regards, Benjamin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
