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
blep has joined #pypy
blep has left #pypy [#pypy]
jcea has quit [Ping timeout: 250 seconds]
tos9 has quit [Quit: leaving]
tos9 has joined #pypy
andi- has quit [Remote host closed the connection]
andi- has joined #pypy
<cfbolz> Cool, the new 3.8 bytecode starts to work
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/6313 [mattip: build release, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7593 [mattip: build release, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5517 [mattip: build release, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-64/builds/188 [mattip: build release, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1472 [mattip: build release, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/944 [mattip: build release, release-pypy3.7-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7593 [mattip: build release, release-pypy3.7-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1472 [mattip: build release, release-pypy3.7-v7.x]
dmalcolm_ has joined #pypy
dmalcolm has quit [Ping timeout: 260 seconds]
dmalcolm__ has joined #pypy
dmalcolm_ has quit [Ping timeout: 240 seconds]
dmalcolm__ has quit [Read error: Connection reset by peer]
dmalcolm__ has joined #pypy
dmalcolm__ has quit [Read error: Connection reset by peer]
dmalcolm__ has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/944 [mattip: build release, release-pypy3.7-v7.x]
lritter has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5517 [mattip: build release, release-pypy3.7-v7.x]
dmalcolm__ has quit [Ping timeout: 240 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/6313 [mattip: build release, release-pypy3.7-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-64/builds/188 [mattip: build release, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/945 [mattip: build release, release-pypy3.7-v7.x]
dmalcolm has joined #pypy
dmalcolm has quit [Ping timeout: 252 seconds]
proteusguy has quit [Ping timeout: 240 seconds]
proteusguy has joined #pypy
dmalcolm has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/945 [mattip: build release, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5518 [mattip: new _gdbm, release-pypy3.7-v7.x]
shodan45 has quit [Remote host closed the connection]
shodan45 has joined #pypy
dddddd has quit [Quit: dddddd]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5518 [mattip: new _gdbm, release-pypy3.7-v7.x]
tos9 has quit [Quit: leaving]
tos9 has joined #pypy
todda7 has joined #pypy
Dejan has quit [Quit: Leaving]
Gustavo6046 has quit [Ping timeout: 250 seconds]
Gustavo6046 has joined #pypy
Gustavo6046 has quit [Remote host closed the connection]
Gustavo6046 has joined #pypy
<mattip> the "own" tests are very slow on py3.7, arm64, even when the buildbot ran on the OS (now it runs in a docker)
<mattip> the two "crashes" are timeouts
<mattip> with 4 parallel workers, it still takes over 2 hours to run the tests. x86_64 is twice as fast: around 1 hour
jcea has joined #pypy
<mattip> translation is also slower: x86_64 takes 40 minutes, arm64 is 2hours12 minutes
lritter has quit [Quit: Leaving]
<mattip> here is a comparison https://hackmd.io/0p1Nf7NkQie7PGeXupGp_g
<mattip> maybe source_c is worse because it writes to disk?
<mattip> but why is database_c so much slower than rtype_lltype?