00:04
antocuni has quit [Ping timeout: 252 seconds]
00:15
forgottenone has quit [Quit: Konversation terminated!]
00:19
lritter_ has joined #pypy
00:25
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
00:29
tbodt has joined #pypy
00:43
pdox has joined #pypy
00:47
marr has quit [Ping timeout: 240 seconds]
00:48
jacob22 has joined #pypy
00:49
jacob22_ has quit [Ping timeout: 240 seconds]
02:16
oilshell has quit [Remote host closed the connection]
02:32
zmt00 has quit [Read error: Connection reset by peer]
02:43
zmt00 has joined #pypy
02:44
zmt00 has quit [Remote host closed the connection]
02:44
lritter__ has joined #pypy
02:45
zmt00 has joined #pypy
02:45
zmt00 has quit [Remote host closed the connection]
02:47
zmt00 has joined #pypy
02:48
lritter_ has quit [Ping timeout: 260 seconds]
02:56
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
02:57
ArneBab has joined #pypy
03:01
ArneBab_ has quit [Ping timeout: 240 seconds]
03:12
tbodt has joined #pypy
03:26
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
03:27
oilshell has joined #pypy
05:08
_whitelogger has joined #pypy
05:18
yuyichao_ has joined #pypy
05:18
yuyichao has quit [Ping timeout: 260 seconds]
05:47
pilne has quit [Quit: Quitting!]
06:18
oberstet has joined #pypy
06:39
zmt00 has quit [Quit: Leaving]
06:49
forgottenone has joined #pypy
08:23
Guest39285 has quit [Remote host closed the connection]
08:31
realitix has joined #pypy
08:46
realitix has quit [Ping timeout: 248 seconds]
09:01
marvin has joined #pypy
09:01
marvin is now known as Guest92629
09:01
marr has joined #pypy
09:02
Guest92629 has quit [Remote host closed the connection]
09:03
marvin_ has joined #pypy
09:07
nedbat has quit [K-Lined]
09:08
nedbat has joined #pypy
09:27
antocuni has joined #pypy
09:49
<
kenaan >
antocuni cpyext-refactor-methodobject a41f31f17cfe /pypy/module/cpyext/methodobject.py: try to add flags as an immutable fields, to constant-fold away the checks inside call()
09:56
_whitelogger has joined #pypy
09:57
<
antocuni >
arigato: when you feel like, I'd like a review of commits 26eed5075896:a41f31f17cfe
09:58
<
antocuni >
(see the link which I pasted just above for the results :))
10:10
antocuni has quit [Ping timeout: 240 seconds]
10:17
<
LarstiQ >
what causes the method slowdown?
12:10
__Yiota has quit [Remote host closed the connection]
12:13
__Yiota has joined #pypy
12:29
lritter__ has quit [Quit: Leaving]
12:31
antocuni has joined #pypy
12:48
<
antocuni >
LarstiQ: it's simply that before the cpyext-avoid-roundtrip branch, all cpyext calls were horribly slow
12:48
<
antocuni >
so, first we optimized normal function calls, but method calls continued to use the old slow version of the code
12:48
<
antocuni >
now, method calls use the new code as well
12:59
antocuni has quit [Ping timeout: 248 seconds]
13:04
inad922 has joined #pypy
13:04
bauerj_ has quit [Remote host closed the connection]
13:45
marvin_ has quit [Remote host closed the connection]
13:45
marvin has joined #pypy
13:45
marvin is now known as Guest83823
15:06
zmt00 has joined #pypy
15:13
inad922 has quit [Ping timeout: 240 seconds]
15:21
antocuni has joined #pypy
15:27
inad922 has joined #pypy
15:38
mattip has joined #pypy
15:39
<
kenaan >
antocuni cpyext-refactor-methodobject 42834b4486db /pypy/module/cpyext/: fix this CCC and pass a py_tuple also to METH_OLDARGS calls
15:39
<
kenaan >
antocuni cpyext-refactor-methodobject 1bd92743748b /: close this branch, will be merged into cpyext-avoid-roundtrip
15:39
<
kenaan >
antocuni cpyext-avoid-roundtrip 770b53602445 /pypy/: merge the branch cpyext-refactor-methodobject: now W_PyCMethodObject and W_PyCFunctionObject use ...
15:50
<
kenaan >
antocuni cpyext-avoid-roundtrip 85dbd5c26f1d /pypy/module/cpyext/methodobject.py: bah, the flags attribute was not set because this class didn't call the parent __init__; fix
15:55
antocuni has quit [Ping timeout: 255 seconds]
16:00
<
kenaan >
mattip py3.5-mac-embedding 825f3ec1239e /pypy/: add embedding arg to build_cffi_imports during translation too
16:00
<
kenaan >
mattip py3.5-mac-embedding 7693d7783f04 /: merge py3.5 into branch
16:04
<
Cheery >
do I have a way to define fixed size records that have the size encoded in the type?
16:20
raynold has joined #pypy
16:22
pilne has joined #pypy
16:24
<
dw >
mattip: coincidental with a supervisorctl restart all :? i'm pretty certain it's celery
16:25
<
dw >
mattip: did it happen suddenly or over time again?
16:26
<
mattip >
where the builds alternate between the default build (with micronumpy so slower) and py3.5 branch (a bit faster)
16:28
<
mattip >
but has gotten worse over Oct 11 - now, when it times out translating default
17:00
inad922 has quit [Ping timeout: 260 seconds]
17:03
oberstet has quit [Ping timeout: 252 seconds]
17:32
squeaky_pl has joined #pypy
17:33
<
squeaky_pl >
_vmprof.enable(fileno, period, memory, lines, native)
17:33
<
squeaky_pl >
5:17 pm
17:33
<
squeaky_pl >
TypeError: enable() missing 1 required positional argument: 'real_time'
17:33
<
squeaky_pl >
Am I supposed to edit the vmprof source code for PyPy3 5.9 and put it to True or False?
17:34
<
squeaky_pl >
This is notoriously broken, should this API be built around kwargs anyway?
17:40
<
squeaky_pl >
if MAJOR >= 5 and MINOR > 8 and PATCH > 0:
17:40
<
squeaky_pl >
_vmprof.enable(fileno, period, memory, lines, native, real_time)
17:40
<
squeaky_pl >
it should say PATCH >= 0
17:42
<
kenaan >
antocuni cpyext-avoid-roundtrip 79e9438da998 /pypy/module/cpyext/methodobject.py: bah, fix this one as well
17:42
<
squeaky_pl >
ah, the fix is already there it just didnt make it to PyPI
17:42
<
squeaky_pl >
confusing, confusing
17:45
<
squeaky_pl >
ah the HEAD git version is even more broken...
18:08
antocuni has joined #pypy
18:23
<
mattip >
antocuni: hi
18:23
<
mattip >
need any help with the cpyext-avoid-roundtrip branch?
18:24
<
mattip >
squeaky_pl: fijal, plan_rich_ are the main developers
18:24
<
squeaky_pl >
yeah I found my way around, I found a libunwind related bug and report it already
18:27
antocuni has quit [Ping timeout: 248 seconds]
18:47
pulkitg has quit [Ping timeout: 240 seconds]
18:51
bendlas has quit [Ping timeout: 255 seconds]
18:51
dash has quit [Ping timeout: 240 seconds]
18:51
abvi[m]1 has quit [Ping timeout: 240 seconds]
18:51
yuvipanda has quit [Ping timeout: 248 seconds]
19:30
jcea has joined #pypy
19:41
pulkitg has joined #pypy
19:50
<
Cheery >
I remember the pypy JIT was able to vectorize
20:09
yuvipanda has joined #pypy
20:09
bendlas has joined #pypy
20:09
abvi[m]1 has joined #pypy
20:09
dash1 has joined #pypy
20:19
drolando has quit [Remote host closed the connection]
20:19
yuyichao_ has quit [Quit: Konversation terminated!]
20:19
drolando has joined #pypy
20:20
yuyichao has joined #pypy
20:49
mattip has left #pypy ["bye"]
21:18
kushal has quit [Ping timeout: 240 seconds]
21:23
kushal has joined #pypy
21:23
kushal is now known as Guest97351
21:56
tormoz has quit [Remote host closed the connection]
21:58
tormoz has joined #pypy
22:00
chris| has quit [Quit: Quit]
22:02
chris| has joined #pypy
22:23
antocuni has joined #pypy
22:31
forgottenone has quit [Quit: Konversation terminated!]
22:57
marr has quit [Ping timeout: 255 seconds]
23:00
danieljabailey has joined #pypy
23:10
squeaky_pl has quit [Ping timeout: 240 seconds]
23:20
antocuni has quit [Ping timeout: 240 seconds]
23:50
_whitelogger has joined #pypy