jcea has quit [Remote host closed the connection]
_whitelogger has joined #pypy
jcea has joined #pypy
jcea has quit [Quit: jcea]
<
kenaan>
rlamy apptest-file a41d9a2f1935 /: Make 'pytest -D' runs compatible with recent versions of pytest
_whitelogger has joined #pypy
dddddd has quit [Remote host closed the connection]
<
alcarithemad>
how does arm pypy compare to x86-64 pypy?
_whitelogger has joined #pypy
<
fijal>
alcarithemad: what do you mean?
<
fijal>
the blog post shows relative speedups - a bit all over the place
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
irclogs_io_bot has quit [Remote host closed the connection]
oberstet_ has quit [Remote host closed the connection]
oberstet_ has joined #pypy
irclogs_io_bot has joined #pypy
irclogs_io_bot has quit [Ping timeout: 252 seconds]
irclogs_io_bot has joined #pypy
jacob22_ has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
jacob22_ has quit [Client Quit]
jacob22 has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
antocuni has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
antocuni has quit [Ping timeout: 244 seconds]
lritter has joined #pypy
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 248 seconds]
_whitelogger has joined #pypy
oberstet_ has quit [Quit: Leaving]
antocuni has joined #pypy
marky1991 has joined #pypy
Rhy0lite has joined #pypy
dddddd has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
jcea has joined #pypy
marky1991 has quit [Ping timeout: 245 seconds]
danilonc has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
marky1991 has joined #pypy
deronnax has joined #pypy
marky1991 has quit [Ping timeout: 245 seconds]
marky1991 has joined #pypy
altendky has quit [Quit: Connection closed for inactivity]
antocuni has quit [Read error: No route to host]
antocuni has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
antocuni has quit [Read error: Connection reset by peer]
xcm has quit [Ping timeout: 244 seconds]
xcm has joined #pypy
marky1991 has quit [Ping timeout: 244 seconds]
deronnax has quit [Remote host closed the connection]
<
kenaan>
rlamy apptest-file eb81f61e9baa /pypy/conftest.py: --assert=reinterp needs to be passed earlier to have an effect
jcea has quit [Quit: jcea]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 248 seconds]
Wicaeed has joined #pypy
jcea has joined #pypy
Rhy0lite has quit [Quit: Leaving]
fling_ has joined #pypy
fling has quit [Ping timeout: 272 seconds]
fling_ is now known as fling
marky1991 has joined #pypy
andi- has quit [Quit: WeeChat 2.5]
andi- has joined #pypy
marky1991 has quit [Ping timeout: 245 seconds]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
WGH has quit [Quit: WeeChat 2.3]
moei has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
dmalcolm has quit [Remote host closed the connection]
dmalcolm has joined #pypy
jcea has quit [Ping timeout: 264 seconds]
jcea has joined #pypy
xcm has quit [Remote host closed the connection]
jcea has quit [Quit: jcea]
xcm has joined #pypy
jcea has joined #pypy
Wicaeed has quit [Remote host closed the connection]
<
_aegis_>
I'm getting a stack_not_16_byte_aligned_error exception on macOS right after an FFI call from pypy
<
_aegis_>
is it possible CFFI is giving me a different stack alignment?
<
_aegis_>
the stack address when it's thrown is 0x000070000d397418 % 16 = 8
<
_aegis_>
maybe I messed something else up
<
_aegis_>
seems like it's aligned right after fficall so it's probably another library's fault