Re: [pypy-dev] setting attribute of JitHookInterface instance

2016-03-18 Thread Magnus Morton
Hi Armin, Thanks for looking into this. Is this pre-translation code a general thing possible with any RPython based compiler, or is it very PyPy specific? Cheers, Magnus > On 16 Mar 2016, at 08:45, Armin Rigo wrote: > > Hi Magnus, > > On 16 March 2016 at 01:37, Magnus Morton wrote: >> Yo

Re: [pypy-dev] release seems ready

2016-03-18 Thread Pim van der Eijk (Lists)
There is a new lxml release as of today, unfortunately there is an issue: https://bitbucket.org/pypy/pypy/issues/2260/pypy-500-dumps-core-with-lxml-360 On 16-03-16 18:07, Armin Rigo wrote: Hi Pim, On 16 March 2016 at 17:32, Pim van der Eijk (Lists) wrote: Did the lxml project indicate they

Re: [pypy-dev] release seems ready

2016-03-18 Thread Armin Rigo
Hi Pim, On 18 March 2016 at 15:08, Pim van der Eijk (Lists) wrote: >>> - Memory use continues to grow up to over 80% at which time where my >>> laptop >>> starts swapping, whereas with CPython usage is never more than 4%. >> >> This is more annoying. Can you give us a way to reproduce this? >