Re: [pypy-dev] Spurious dict lookups in my JIT loops

2011-09-18 Thread Armin Rigo
Hi Boris, All machine code instructions produced by the JIT have a place that they code from in your RPython code. In this case I suspect that it's from self.compare(), but again, it's a bit hard to know without having access to the complete source code. Alternatively, there is a way to display

Re: [pypy-dev] Spurious dict lookups in my JIT loops

2011-09-18 Thread Carl Friedrich Bolz
On 09/17/2011 11:38 PM, Boris wrote: It's a little long for that, I was hoping people would request what is relevant. You could put the code on some public code hosting (e.g. bitbucket.org) and point to the repo if you don't want to mail it around. Carl Friedrich