[pypy-dev] [rpython] What might prevent a function call from beeing invlined by the JIT?

2013-02-21 Thread Костя Лопухин
In what cases does the jit decide not to inline a function call, but place "call_may_force" instead? The context is that I have a simple interpreter, like an expanded kermit, and I am testing how the jit helps - it perfectly unboxes wrapped objects in a loop, but does not inline function calls - I

Re: [pypy-dev] HTML Parser?

2013-02-21 Thread Joe Hillenbrand
Great to hear! I just got it working with scrapy. Unfortunately there wasn't any speedup. A normal crawl in CPython takes: real1m32.238s user0m56.576s sys0m1.208s In PyPy: real1m54.098s user1m18.105s sys0m1.372s Thanks for all your hard work. -Joe On Wed, Feb 20, 2013 a

Re: [pypy-dev] Can I install pypy on Mac osx 32 bit system

2013-02-21 Thread Kenny Lasse Hoff Levinsen
Hi Hang, You are indeed correct in the lack of binaries - I'm not sure if anyone have tested that configuration. I'm curious as to why you need a 32-bit binary - Unless I'm having a major brainfart here, you'd need to have a pre-Core2 Mac in order for 64-bit to be a problem. Starting with Core

[pypy-dev] pypy and PYTHONPATH

2013-02-21 Thread Davide Del Vento
Folks, I've just installed pypy on a production machine which makes use of PYTHONPATH to let the user pick and chose python libraries installed in non-standard directories. I am wondering if I should wrap pypy with a shell script forcing the -E setting, to prevent picking libraries that it s

[pypy-dev] Can I install pypy on Mac osx 32 bit system

2013-02-21 Thread stone node
Hi all, I want to install pypy on Mac 32bit system, but I didn't see a binary version for this configuration. Could anyone tell me how to do that? Thanks very much, Hang ___ pypy-dev mailing list pypy-dev@python.org