[pypy-dev] Cross-post from python-ideas: Compressing the stack on the fly

2013-05-27 Thread Ram Rachum
Hi guys, I made a post on the Python-ideas mailing list that I was told might be relevant to Pypy. I've reproduced the original email below. Here is the thread on Python-ideas with all the discussion. -- Hi

Re: [pypy-dev] Problems in connecting C++ and python with cppyy

2013-05-27 Thread Xia Xin
Hi, Armin Thanks for your reminding. My pypy is now in 2.0.0 beta2 version. I'll recompile it. I'm using Linux Mint 14, which is based on the Ubuntu 12.10. On this distro, Only /etc/ld.so.conf can be used. I tested many times. $ cat /etc/ld.so.conf include /etc/ld.so.conf.d/*.conf /home/GeV/work

Re: [pypy-dev] Problems in connecting C++ and python with cppyy

2013-05-27 Thread Armin Rigo
Hi Xia, First note that cppyy is included in the standard PyPy 2.0.x releases, so you don't need to translate on the 'reflex-support' branch any more. This branch is now giving you an older version actually. On Mon, May 27, 2013 at 8:20 AM, Xia Xin wrote: > The linux distro I am using is Ubuntu