Hi, I need to build PyPy with debug symbols in it. The documentation I found online says to use 'make lldebug' or 'make lldebug0'. This did not work. I am building the JIT version of PyPy. Any help or suggestions would be appreciated. Thank you.
Hello Andy,
I am currently working on M1 support. I keep my patches here: https://foss.heptapod.net/pypy/pypy/-/issues/3566. I was able to build an ARM64 binary of PyPy for M1 that did run a small prime number generator program I made. Unfortunately PyPy still crashes a lot.
I did talk to Armin Rigo about porting PyPy to M1 Macs. The only solution I see for him is to buy an M1 MacMini. Emulation of an M1 Mac is probably a decade away 😞 - so that is not an option. In the page you site there …
[View More]were people who volunteered ssh login support to their computers. If someone was willing to leave their computer on 24/7 then that option might work also.
Thank you.
> On Nov 6, 2021, at 12:00 PM, pypy-dev-request(a)python.org wrote:
>
> Hi PyPy
>
> First, thanks for the project. It's a real aid to me in a hobby project (game mods), which is compile-time sensitive (pypy3 is much faster here than cpython).
>
> Second, per https://www.pypy.org/posts/2020/12/mac-meets-arm64-940822335619099039.html<https://www.pypy.org/posts/2020/12/mac-meets-arm64-940822335619099039.html>
>
> Did you get any contributions towards M1 support? I would not be able to cover the full cost, but I can make a modest contribution, either directly or via Open Collective.
>
> cheers,
>
> Andy
[View Less]
I was reading the information from https://rpython.readthedocs.io/en/latest/translation.html. It talks about a file called bin/translatorshell.py. I could not locate the file. Would anyone know where this file is located?
Thank you.