cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
todda7 has joined #pypy
tsaka__ has quit [Ping timeout: 240 seconds]
Taggnostr has quit [Remote host closed the connection]
jcea has quit [Quit: jcea]
jcea has joined #pypy
jcea has quit [Read error: Connection reset by peer]
tsaka__ has joined #pypy
todda7 has quit [Ping timeout: 256 seconds]
jcea has joined #pypy
jcea has quit [Ping timeout: 244 seconds]
jcea has joined #pypy
jcea has quit [Client Quit]
jcea has joined #pypy
jcea has quit [Client Quit]
todda7 has joined #pypy
tsaka__ has quit [Ping timeout: 240 seconds]
jcea has joined #pypy
jcea has quit [Quit: jcea]
jcea has joined #pypy
jcea has quit [Client Quit]
jcea has joined #pypy
jcea has quit [Client Quit]
jcea has joined #pypy
jcea has quit [Client Quit]
jcea has joined #pypy
glyph has quit [Quit: End of line.]
glyph has joined #pypy
jcea has quit [Ping timeout: 244 seconds]
Taggnostr has joined #pypy
tsaka__ has joined #pypy
todda7 has quit [Ping timeout: 256 seconds]
todda7 has joined #pypy
tsaka__ has quit [Ping timeout: 256 seconds]
tsaka__ has joined #pypy
todda7 has quit [Ping timeout: 265 seconds]
todda7 has joined #pypy
tsaka__ has quit [Ping timeout: 256 seconds]
Mortir has quit [Ping timeout: 256 seconds]
todda7 has quit [Ping timeout: 258 seconds]
tsaka__ has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
nas has quit [Quit: Leaving]
jacob22 has joined #pypy
oberstet has joined #pypy
asmeurer__ has joined #pypy
asmeurer__ has quit [Ping timeout: 258 seconds]
oberstet has quit [Read error: Connection reset by peer]
rjarry has joined #pypy
tsaka__ has quit [Ping timeout: 260 seconds]
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
rjarry has quit [Read error: Connection reset by peer]
rjarry_ has joined #pypy
oberstet has joined #pypy
rjarry_ is now known as rjarry
tsaka__ has joined #pypy
tsaka__ has quit [Remote host closed the connection]
tsaka__ has joined #pypy
wleslie has quit [Ping timeout: 260 seconds]
wleslie has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
lritter has joined #pypy
tsaka__ has quit [Read error: Connection reset by peer]
om26er has quit [Quit: Ping timeout (120 seconds)]
om26er has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
om26er has quit [Quit: Connection closed]
om26er has joined #pypy
jacob22 has joined #pypy
om26er has quit [Client Quit]
om26er92 has joined #pypy
om26er92 has quit [Client Quit]
Mortir has joined #pypy
tsaka__ has joined #pypy
tsaka__ has quit [Quit: Konversation terminated!]
tsaka__ has joined #pypy
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 246 seconds]
asmeurer__ has joined #pypy
asmeurer__ has quit [Client Quit]
<fijal>
oberstet: pong
<oberstet>
ah, great, hi!
<oberstet>
so I am trying to track down where time is spent during startup of crossbar on arm64 .. and since crossbar has vmprof built in, and that works for x86-64, but vmprof doesn't support arm64
<oberstet>
I have zero clue .. how much work is ^?
om26er has joined #pypy
<om26er>
fijal, also, any reason why that hasn't been enabled in the past, lack of interest in aarch64 at the time ?
<mattip>
yes, lack of interest mainly. It would be easier these days to set up CI on arm64 since we could use shippable.com or travis-ci.com
<oberstet>
if helpful, we could run a pypy buildslave on an arm64 (aws graviton) which we have running for build stuff anyways ..
<oberstet>
concretely, this box we could use to run a BB slave is a EC2 t4g.large with 8GB RAM
<fijal>
oberstet: can you send me an email and I'll get back to you tomorrow?
<rindolf>
Hi all! Seems like my C++ translation of my pypy3 solution to https://projecteuler.net/problem=733 is faster than the original. That's not very surprising though, and it is still slow
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 240 seconds]
marky1991 has joined #pypy
<marky1991>
I was getting a segfault in my translated interpreter using rpython, so I tested untranslated, which helped discover some bugs in my interpreter
<marky1991>
but now my example works correctly untranslated but stills egfaults when translated