cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | the pypy angle is to shrug and copy the implementation of CPython as closely as possible, and staying out of design decisions
derpydoo has quit [Ping timeout: 255 seconds]
dmalcolm__ has joined #pypy
dmalcolm_ has quit [Ping timeout: 248 seconds]
derpydoo has joined #pypy
derpydoo has quit [Read error: Connection reset by peer]
nimaje has quit [Quit: WeeChat 4.0.4]
nimaje has joined #pypy
derpydoo has joined #pypy
<antocuni> Hodgestar: just a general look at how traces look like and how the optimizer works
<antocuni> CPython is getting a tracing JIT as well, so some of our optimizations can be applied also to those traces
<antocuni> although CPython traces a higher-level than RPython/PyPy traces