cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
lritter_ has joined #pypy
lritter has quit [Ping timeout: 256 seconds]
antocuni has quit [Ping timeout: 244 seconds]
TheAdversary has quit [Ping timeout: 248 seconds]
Hasimir has quit [Ping timeout: 240 seconds]
TheAdversary has joined #pypy
Hasimir has joined #pypy
mattip has quit [Ping timeout: 240 seconds]
lritter_ has left #pypy [#pypy]
mattip has joined #pypy
jcea has quit [Quit: jcea]
dddddd has quit [Remote host closed the connection]
jamesaxl has quit [Quit: WeeChat 2.2]
iblis17_ is now known as iblis17
ProClifo has joined #pypy
ProClifo has quit [Killed (Sigyn (Spam is off topic on freenode.))]
kambiz24 has joined #pypy
kambiz24 has quit [Remote host closed the connection]
marvin_ has quit [Remote host closed the connection]
marvin_ has joined #pypy
solarjoe4 has joined #pypy
oberstet has joined #pypy
wleslie has joined #pypy
mattip has quit [Ping timeout: 240 seconds]
mattip has joined #pypy
mattip_ has quit [Ping timeout: 240 seconds]
quiz9615 has joined #pypy
e23 has joined #pypy
e23 has quit [K-Lined]
mattip_ has joined #pypy
quiz9615 has quit [Remote host closed the connection]
mattip has quit [Quit: Leaving]
mattip has joined #pypy
mattip_ has quit [Ping timeout: 240 seconds]
kenaan has joined #pypy
<kenaan> arigo py3.5 103f347f34e8 /lib_pypy/: Fix thread => _thread
Hobby19 has joined #pypy
Hobby19 has quit [K-Lined]
mattip has quit [Ping timeout: 268 seconds]
forgottenone has quit [Ping timeout: 248 seconds]
kenaan has quit [Read error: Connection reset by peer]
antocuni has joined #pypy
thnee1 is now known as thnee
ronan has quit [Quit: Ex-Chat]
mattip has joined #pypy
biberao11 has joined #pypy
biberao11 has quit [Remote host closed the connection]
jacob22_ has joined #pypy
jacob22__ has quit [Ping timeout: 256 seconds]
dddddd has joined #pypy
jamesaxl has joined #pypy
antocuni has quit [Ping timeout: 244 seconds]
jcea has joined #pypy
arigo has joined #pypy
arigo has quit [Client Quit]
arigo_ has joined #pypy
arigo_ is now known as arigo
antocuni has joined #pypy
Sousapro0 has joined #pypy
Sousapro0 has quit [K-Lined]
tayfun26 has quit [Quit: tayfun26]
chek10 has joined #pypy
chek10 has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
cheshire_cat has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
SkyPatrol has joined #pypy
SkyPatrol has quit [Remote host closed the connection]
wleslie has quit [Quit: ~~~ Crash in JIT!]
Evel-Knievel12 has joined #pypy
solarjoe4 has quit [Quit: Leaving]
Evel-Knievel12 has quit [Ping timeout: 256 seconds]
__idiot__ has joined #pypy
__idiot__ has quit [Remote host closed the connection]
F4RR3LL has joined #pypy
F4RR3LL has quit [Remote host closed the connection]
wook_ has joined #pypy
wook_ has quit [Ping timeout: 255 seconds]
marky1991 has joined #pypy
arigo is now known as arigato
arigato has quit [Quit: Leaving]
marky1991 has quit [Read error: Connection reset by peer]
arigato has joined #pypy
kenaan has joined #pypy
<kenaan> arigo default 95232deededb /lib-python/2.7/types.py: Issue #2865 Make types.MemberDescriptorType be the type of app-level slots
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
<kenaan> arigo py3.5 f938ea58f52c /: hg merge default (and port the changes from 2.7/types.py to 3/types.py)
<arigato> running 100 times 'max(lst)' on a list of 5000000 integers
<arigato> you'd expect to see in the jit logs a loop that ran almost 500'000'000 times
<arigato> but it runs only 415'498'327 times
<Alex_Gaynor> because of odd bridges?
<Alex_Gaynor> e.g. you take a bridge on signal check, and then you run the next iteration in some other JIT code?
<arigato> that's quite a big gap, probably enough to explain it's 10 times slower than if it is written in pure Python (where the number is 4999-etc)
<arigato> I have no clue why so far
<arigato> no, there is no bridge taken more than 8110 times
<Alex_Gaynor> huh, odd
<arigato> ok, found out the reason (which includes me messing up something)
<arigato> running 100 times 'max(lst)' produces 0 jit loops
<arigato> I think the 415'498'327 times above was actually when running 10000 times 'max(shorter_lst)'
<arigato> which would run the jit on the last 9000 times but not on the first 1000 times
<arigato> the reason is that there is "if jit.we_are_jitted()" in max(), which if false goes to a version that doesn't try at all to enter the jit
danchr has quit [Ping timeout: 255 seconds]
pavlushka has joined #pypy
danchr has joined #pypy
pavlushka is now known as Guest29089
antocuni has quit [Remote host closed the connection]
Guest29089 has quit [Remote host closed the connection]
antocuni has joined #pypy
mattip_ has joined #pypy
MalReynolds0 has joined #pypy
MalReynolds0 has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
arigato has quit [Quit: Leaving]
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Changing host]
marky1991 has joined #pypy
oberstet has quit [Ping timeout: 268 seconds]
antocuni has quit [Ping timeout: 240 seconds]
mattip_ has quit [Ping timeout: 240 seconds]
mattip_ has joined #pypy
rasengan11 has joined #pypy
rasengan11 has quit [Remote host closed the connection]
demonimin has quit [Remote host closed the connection]
demonimin has joined #pypy
demonimin has quit [Remote host closed the connection]
vans17 has joined #pypy
vans17 has quit [K-Lined]
mattip has quit [Disconnected by services]
mattip_ has left #pypy [#pypy]
mattip has joined #pypy
asmeurer____ has quit [Ping timeout: 256 seconds]
moonlight15 has joined #pypy
moonlight15 has quit [Remote host closed the connection]
linear26 has joined #pypy
linear26 has quit [Ping timeout: 240 seconds]
lritter has joined #pypy
Croepha21 has joined #pypy
Croepha21 has quit [Remote host closed the connection]
Turbo-Folker has joined #pypy
Turbo-Folker has quit [Remote host closed the connection]
woodface has joined #pypy
woodface has quit [Remote host closed the connection]
l2y has joined #pypy
l2y has quit [Ping timeout: 240 seconds]
marky1991 has quit [Ping timeout: 244 seconds]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
jacob22__ has joined #pypy
jacob22_ has quit [Ping timeout: 240 seconds]
m4v26 has joined #pypy
m4v26 has quit [Remote host closed the connection]
OGF19 has joined #pypy
OGF19 has quit [K-Lined]
forgottenone has joined #pypy
<kenaan> mattip unicode-utf8-py3 07a4929a661d /pypy/: add a lgt arg to newtext, change error _compute_value accordingly
<kenaan> mattip unicode-utf8-py3 f6f71b76311e /pypy/interpreter/astcompiler/fstring.py: replace utf8 with W_Unicode , saves a conversion or two
<kenaan> mattip unicode-utf8-py3 3125af5a0967 /pypy/interpreter/argument.py: start to replace s.encode('utf8') with calls to unicode_encode_utf_8
<kenaan> mattip unicode-utf8-py3 d7d67afa0ca8 /pypy/module/_codecs/test/test_locale.py: fix test
<kenaan> arigo default dc18c3e11193 /pypy/module/__builtin__/functional.py: Issue #2839 max(list-of-int) was much slower when run from non-jitted code. Fixed.
mattip_ has joined #pypy
mattip_ has left #pypy [#pypy]
marky1991 has quit [Ping timeout: 240 seconds]
mrdata14 has joined #pypy
mrdata14 has quit [K-Lined]
mattip has quit [Disconnected by services]
mattip has joined #pypy
mattip_ has joined #pypy
marky1991 has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
forgottenone has quit [Ping timeout: 260 seconds]
<mattip> we seem to have lost bbot2, the last message was "(Killed (Sigyn (Spam is off topic on freenode.)))]"
<mattip> just after the nightly builds started, so it is a spam false-positive
<mattip> in other news unicode-utf8-py3 translates, but crashes on start-up. So progress of some kind.
ptx05 has joined #pypy
ptx05 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
antocuni has joined #pypy
chalcedony has joined #pypy
chalcedony has quit [Killed (Sigyn (Spam is off topic on freenode.))]
forgottenone has joined #pypy