cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | "the modern world where network packets and compiler optimizations are effectively hostile"
inhahe_ has quit [Read error: Connection reset by peer]
ssbr has quit [Ping timeout: 246 seconds]
inhahe_ has joined #pypy
vkirilichev has quit [Remote host closed the connection]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 246 seconds]
antocuni has joined #pypy
antocuni has quit [Ping timeout: 240 seconds]
vkirilichev has joined #pypy
jamesaxl has joined #pypy
<fijal>
cfbolz: ah extra fun
<fijal>
it's an unrolling bug
<kenaan>
fijal default 79a3ea5849ca /rpython/jit/metainterp/test/test_loop.py: bug from #2650
yuyichao_ has quit [Ping timeout: 240 seconds]
marr has quit [Remote host closed the connection]
rokujyouhitoma has joined #pypy
dmalcolm has joined #pypy
yuyichao_ has joined #pypy
tbodt has joined #pypy
dmalcolm has quit [Client Quit]
rokujyouhitoma has quit [Ping timeout: 240 seconds]
marr has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
jcea has quit [Ping timeout: 240 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
antocuni has joined #pypy
jcea has joined #pypy
forgottenone has joined #pypy
pilne has joined #pypy
<cfbolz>
fijal: sure?
rokujyouhitoma has joined #pypy
<fijal>
not sure sure
<fijal>
but it does not show on test_loop but shows on test_loop_unroll
rokujyouhitoma has quit [Ping timeout: 240 seconds]
antocuni_ has joined #pypy
<cfbolz>
fijal: Yay!
<fijal>
so I presume?
<fijal>
cfbolz: I can feel the enthusiasm
antocuni has quit [Ping timeout: 240 seconds]
<cfbolz>
fijal: I doubt that it's an unroll problem
<cfbolz>
fijal: the trace is also wrong in the preamble
<fijal>
ok
<cfbolz>
it's in heap.py, I suspect
<cfbolz>
the setfields are probably forced by the guard_no_exception
<cfbolz>
but I don't get why the call doesn't force them too
<cfbolz>
fijal: it's some kind of problem in the graph analyzer???
<cfbolz>
confused I am
<fijal>
cfbolz: I didn't check, does that has something to do with _attrs_?
<cfbolz>
it doesn't
<cfbolz>
it's really a logic bug in the effectinfo/heap.py interaction
<cfbolz>
fijal: ok, I have a fix
yuyichao_ has quit [Ping timeout: 240 seconds]
antocuni_ has quit [Ping timeout: 248 seconds]
jamesaxl has quit [Read error: Connection reset by peer]
yuyichao_ has joined #pypy
rokujyouhitoma has joined #pypy
jamesaxl has joined #pypy
rokujyouhitoma has quit [Ping timeout: 248 seconds]
inhahe_ has quit [Ping timeout: 240 seconds]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 248 seconds]
pilne has quit [Quit: Quitting!]
jamesaxl has quit [Quit: WeeChat 1.8]
jcea has quit [Quit: jcea]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 248 seconds]
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
vkirilichev has quit [Remote host closed the connection]
vkirilichev has joined #pypy
vkirilichev has quit [Ping timeout: 252 seconds]
rokujyouhitoma has joined #pypy
tormoz has quit [Remote host closed the connection]
rokujyouhitoma has quit [Ping timeout: 248 seconds]
<kenaan>
cfbolz default 0f364935cfcf /rpython/jit/metainterp/optimizeopt/: issue #2650 testing Functions that write immutable fields don't need to invalidate the heap cache for such fields...
tilgovi has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
nimaje1 has joined #pypy
nimaje is now known as Guest71964
Guest71964 has quit [Killed (card.freenode.net (Nickname regained by services))]
<dash>
howdy. When faced with the enigmatic message "[translation:ERROR] AttributeError: 'FrozenDesc' object has no attribute 'pycall'", what would you do