arigato 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 | mac OS and Fedora are not Windows
marky1991_2 has quit [Remote host closed the connection]
marky1991_2 has joined #pypy
marky1991_2 has quit [Remote host closed the connection]
marky1991_2 has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
Ai9zO5AP has quit [Quit: WeeChat 2.4]
adamholmberg has quit [Remote host closed the connection]
dddddd has quit [Ping timeout: 255 seconds]
dddddd has joined #pypy
bogner has quit [Ping timeout: 268 seconds]
bogner has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 255 seconds]
marky1991_2 has quit [Read error: Connection reset by peer]
marky1991_2 has joined #pypy
_whitelogger has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 246 seconds]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
dddddd has quit [Remote host closed the connection]
marky1991_2 has quit [Ping timeout: 258 seconds]
marky1991 has joined #pypy
adamholmberg has joined #pypy
jcea has quit [Quit: jcea]
marky1991 has quit [Ping timeout: 268 seconds]
marky1991 has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
<njs> mattip (for logs): if you don't know https://github.com/joerick/cibuildwheel then you'll want to at least look at it (no idea how useful it will be)
brent has quit [Read error: Connection reset by peer]
forgottenone has joined #pypy
adamholmberg has quit [Ping timeout: 246 seconds]
dustinm has quit [Quit: Leaving]
dustinm has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
dustinm has quit [Quit: Leaving]
dustinm has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
zmt00 has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
forgottenone has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
mvantellingen has quit [Ping timeout: 252 seconds]
mvantellingen has joined #pypy
_whitelogger has joined #pypy
forgottenone has quit [Ping timeout: 268 seconds]
Ai9zO5AP has joined #pypy
antocuni has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
<kenaan> fijal arm64 411dd68d082c /rpython/jit/backend/aarch64/: array basics
dddddd has joined #pypy
<kenaan> fijal arm64 7ca6dad13e3e /rpython/jit/backend/: skip part of the test and add some missing ops
dddddd has quit [Ping timeout: 258 seconds]
dddddd has joined #pypy
xcm has quit [Remote host closed the connection]
antocuni has quit [Ping timeout: 258 seconds]
<ebarrett> Is there a reason why RPython registers are typed? e.g. i, f, p, ...
<ebarrett> does that play a larger part in optimisation?
xcm has joined #pypy
<arigato> ebarrett: in the JIT?
<ebarrett> the variables you see in trace logs
<ebarrett> I know, it's a dumb question ;)
<arigato> it's really i, f, p and nothing more
<arigato> f versus the rest is for the backend, because real CPUs use different registers
<arigato> i versus p is important to track GC roots
<ebarrett> ah, yes
<arigato> also, f is always 64-bit registers but i and p might be 32-bit
<ebarrett> so in summary, having that type info in the trace helps the JIT and GC runtimes
<ebarrett> arigato: thanks
<ebarrett> I assume the pointers are typed behind the scenes also
<ebarrett> or the operations on the pointers...
<fijal> ebarrett: no, it does not "help" - it makes it possible
<fijal> you have to have the information somewhere
<ebarrett> yes agreed
<kenaan> fijal arm64 4ba2f313407e /rpython/jit/backend/aarch64/: same as
nimaje has quit [Quit: WeeChat 2.4]
nimaje has joined #pypy
antocuni has joined #pypy
Rhy0lite has joined #pypy
Garen has quit [Read error: Connection reset by peer]
Garen has joined #pypy
adamholmberg has joined #pypy
jcea has joined #pypy
<kenaan> fijal arm64 98c1f7b37259 /rpython/jit/backend/aarch64/: some progress
tsaka__ has quit [Ping timeout: 268 seconds]
tsaka__ has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
tsaka__ has quit [Ping timeout: 258 seconds]
<kenaan> fijal arm64 85965b5b4b41 /rpython/jit/backend/aarch64/: general progress
speeder39_ has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
<kenaan> rlamy optimizeopt-cleanup 1dd36a7a4387 /rpython/jit/metainterp/optimizeopt/: simplify getrawptrinfo()
<kenaan> rlamy optimizeopt-cleanup 4d02009079d2 /rpython/jit/metainterp/: Replace method Optimization.getptrinfo() with function getptrinfo()
tsaka__ has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-64/builds/179 [ronan: force build, optimizeopt-cleanup]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6195 [ronan: force build, optimizeopt-cleanup]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7463 [ronan: force build, optimizeopt-cleanup]
Hodgestar has quit [Ping timeout: 264 seconds]
Hodgestar has joined #pypy
<antocuni> can anybody add me to the pypy group on github? https://github.com/pypy
<kenaan> rlamy optimizeopt-cleanup 0aaebc5466a7 /rpython/jit/metainterp/optimizeopt/test/: simplify metainterp_sd creation in optimizeopt tests
marky1991 has quit [Ping timeout: 246 seconds]
speeder39_ has quit [Quit: Connection closed for inactivity]
kipras has joined #pypy
antocuni has quit [Ping timeout: 244 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7463 [ronan: force build, optimizeopt-cleanup]
speeder39_ has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6195 [ronan: force build, optimizeopt-cleanup]
marky1991 has joined #pypy
moei has joined #pypy
Rhy0lite has quit [Quit: Leaving]
tsaka__ has quit [Ping timeout: 268 seconds]
ruda_porto has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/rpython-linux-x86-64/builds/179 [ronan: force build, optimizeopt-cleanup]
<arigato> yay, yet another PEP that will add 4 structures, 16 functions and 9 macros to the C API
<arigato> antocuni: still looking for how
<arigato> antocuni: sorry, I'm not finding how to do that, but it may be related to the fact that myself I'm appearing in a user list as "member" and not "owner"
<arigato> otherwise, I don't understand what a "Teams" is on github
marky1991 has quit [Read error: Connection reset by peer]
ruda_porto has quit [Ping timeout: 258 seconds]
forgottenone has joined #pypy
kipras has quit [Ping timeout: 246 seconds]
forgottenone has quit [Quit: Konversation terminated!]
kipras has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
tsaka__ has joined #pypy
<speeder39_> Hello
<speeder39_> Django is frontend for python?
<nedbat> speeder39_: you probably want to be in #django or #python
ronan has quit [Ping timeout: 258 seconds]
ronan has joined #pypy
moei has quit [Quit: Leaving...]
adamholmberg has quit [Remote host closed the connection]