00:03
marky1991_2 has quit [Remote host closed the connection]
00:05
marky1991_2 has joined #pypy
00:05
marky1991_2 has quit [Remote host closed the connection]
00:05
marky1991_2 has joined #pypy
00:06
adamholmberg has joined #pypy
00:07
adamholmberg has quit [Remote host closed the connection]
00:07
adamholmberg has joined #pypy
00:09
adamholmberg has quit [Remote host closed the connection]
00:10
adamholmberg has joined #pypy
00:11
adamholmberg has quit [Remote host closed the connection]
00:11
adamholmberg has joined #pypy
00:11
adamholmberg has quit [Remote host closed the connection]
00:11
adamholmberg has joined #pypy
00:12
Ai9zO5AP has quit [Quit: WeeChat 2.4]
00:12
adamholmberg has quit [Remote host closed the connection]
00:13
dddddd has quit [Ping timeout: 255 seconds]
00:13
dddddd has joined #pypy
00:14
bogner has quit [Ping timeout: 268 seconds]
00:14
bogner has joined #pypy
00:20
adamholmberg has joined #pypy
00:25
adamholmberg has quit [Ping timeout: 255 seconds]
00:29
marky1991_2 has quit [Read error: Connection reset by peer]
00:29
marky1991_2 has joined #pypy
00:38
_whitelogger has joined #pypy
00:51
adamholmberg has joined #pypy
00:54
adamholmberg has quit [Remote host closed the connection]
00:56
adamholmberg has joined #pypy
01:00
adamholmberg has quit [Ping timeout: 246 seconds]
01:02
adamholmberg has joined #pypy
01:02
adamholmberg has quit [Remote host closed the connection]
01:03
adamholmberg has joined #pypy
01:04
adamholmberg has quit [Remote host closed the connection]
01:07
adamholmberg has joined #pypy
01:07
adamholmberg has quit [Remote host closed the connection]
01:08
adamholmberg has joined #pypy
01:11
adamholmberg has quit [Remote host closed the connection]
01:13
adamholmberg has joined #pypy
01:13
adamholmberg has quit [Remote host closed the connection]
01:13
adamholmberg has joined #pypy
01:15
adamholmberg has quit [Remote host closed the connection]
01:15
adamholmberg has joined #pypy
01:16
adamholmberg has quit [Remote host closed the connection]
01:16
adamholmberg has joined #pypy
01:20
adamholmberg has quit [Remote host closed the connection]
01:20
adamholmberg has joined #pypy
01:20
adamholmberg has quit [Remote host closed the connection]
01:26
adamholmberg has joined #pypy
01:27
adamholmberg has quit [Remote host closed the connection]
01:30
adamholmberg has joined #pypy
01:30
adamholmberg has quit [Remote host closed the connection]
01:39
dddddd has quit [Remote host closed the connection]
01:42
marky1991_2 has quit [Ping timeout: 258 seconds]
01:58
marky1991 has joined #pypy
02:01
adamholmberg has joined #pypy
02:02
jcea has quit [Quit: jcea]
02:50
marky1991 has quit [Ping timeout: 268 seconds]
03:08
marky1991 has joined #pypy
03:10
xcm has quit [Remote host closed the connection]
03:11
xcm has joined #pypy
03:27
brent has quit [Read error: Connection reset by peer]
03:28
forgottenone has joined #pypy
03:40
adamholmberg has quit [Ping timeout: 246 seconds]
03:42
dustinm has quit [Quit: Leaving]
03:44
dustinm has joined #pypy
04:24
marky1991 has quit [Read error: Connection reset by peer]
04:24
marky1991 has joined #pypy
04:58
dustinm has quit [Quit: Leaving]
05:00
dustinm has joined #pypy
05:00
speeder39_ has quit [Quit: Connection closed for inactivity]
05:06
zmt00 has joined #pypy
06:14
forgottenone has quit [Quit: Konversation terminated!]
06:14
forgottenone has joined #pypy
06:15
xcm has quit [Read error: Connection reset by peer]
06:16
xcm has joined #pypy
06:56
mvantellingen has quit [Ping timeout: 252 seconds]
07:09
mvantellingen has joined #pypy
07:23
_whitelogger has joined #pypy
07:25
forgottenone has quit [Ping timeout: 268 seconds]
08:01
Ai9zO5AP has joined #pypy
09:16
antocuni has joined #pypy
09:20
xcm has quit [Read error: Connection reset by peer]
09:21
xcm has joined #pypy
09:48
<
kenaan >
fijal arm64 411dd68d082c /rpython/jit/backend/aarch64/: array basics
09:55
dddddd has joined #pypy
09:58
<
kenaan >
fijal arm64 7ca6dad13e3e /rpython/jit/backend/: skip part of the test and add some missing ops
10:04
dddddd has quit [Ping timeout: 258 seconds]
10:09
dddddd has joined #pypy
10:15
xcm has quit [Remote host closed the connection]
10:16
antocuni has quit [Ping timeout: 258 seconds]
10:16
<
ebarrett >
Is there a reason why RPython registers are typed? e.g. i, f, p, ...
10:16
<
ebarrett >
does that play a larger part in optimisation?
10:17
xcm has joined #pypy
10:20
<
arigato >
ebarrett: in the JIT?
10:21
<
ebarrett >
the variables you see in trace logs
10:21
<
ebarrett >
I know, it's a dumb question ;)
10:22
<
arigato >
it's really i, f, p and nothing more
10:22
<
arigato >
f versus the rest is for the backend, because real CPUs use different registers
10:23
<
arigato >
i versus p is important to track GC roots
10:24
<
arigato >
also, f is always 64-bit registers but i and p might be 32-bit
10:25
<
ebarrett >
so in summary, having that type info in the trace helps the JIT and GC runtimes
10:26
<
ebarrett >
arigato: thanks
10:27
<
ebarrett >
I assume the pointers are typed behind the scenes also
10:27
<
ebarrett >
or the operations on the pointers...
10:28
<
fijal >
ebarrett: no, it does not "help" - it makes it possible
10:29
<
fijal >
you have to have the information somewhere
10:30
<
ebarrett >
yes agreed
10:32
<
kenaan >
fijal arm64 4ba2f313407e /rpython/jit/backend/aarch64/: same as
11:07
nimaje has quit [Quit: WeeChat 2.4]
11:08
nimaje has joined #pypy
11:59
antocuni has joined #pypy
12:09
Rhy0lite has joined #pypy
12:29
Garen has quit [Read error: Connection reset by peer]
12:29
Garen has joined #pypy
12:38
adamholmberg has joined #pypy
12:47
jcea has joined #pypy
12:59
<
kenaan >
fijal arm64 98c1f7b37259 /rpython/jit/backend/aarch64/: some progress
13:07
tsaka__ has quit [Ping timeout: 268 seconds]
13:10
tsaka__ has joined #pypy
13:18
marky1991 has quit [Read error: Connection reset by peer]
13:18
marky1991 has joined #pypy
13:36
tsaka__ has quit [Ping timeout: 258 seconds]
13:51
<
kenaan >
fijal arm64 85965b5b4b41 /rpython/jit/backend/aarch64/: general progress
13:58
speeder39_ has joined #pypy
14:28
marky1991 has quit [Remote host closed the connection]
14:28
marky1991 has joined #pypy
14:52
<
kenaan >
rlamy optimizeopt-cleanup 1dd36a7a4387 /rpython/jit/metainterp/optimizeopt/: simplify getrawptrinfo()
14:52
<
kenaan >
rlamy optimizeopt-cleanup 4d02009079d2 /rpython/jit/metainterp/: Replace method Optimization.getptrinfo() with function getptrinfo()
14:54
tsaka__ has joined #pypy
14:55
Hodgestar has quit [Ping timeout: 264 seconds]
14:56
Hodgestar has joined #pypy
15:53
<
kenaan >
rlamy optimizeopt-cleanup 0aaebc5466a7 /rpython/jit/metainterp/optimizeopt/test/: simplify metainterp_sd creation in optimizeopt tests
15:57
marky1991 has quit [Ping timeout: 246 seconds]
16:07
speeder39_ has quit [Quit: Connection closed for inactivity]
16:20
kipras has joined #pypy
16:24
antocuni has quit [Ping timeout: 244 seconds]
16:31
speeder39_ has joined #pypy
16:55
marky1991 has joined #pypy
16:57
moei has joined #pypy
17:17
Rhy0lite has quit [Quit: Leaving]
17:22
tsaka__ has quit [Ping timeout: 268 seconds]
17:22
ruda_porto has joined #pypy
18:33
<
arigato >
yay, yet another PEP that will add 4 structures, 16 functions and 9 macros to the C API
18:36
<
arigato >
antocuni: still looking for how
18:38
<
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"
18:38
<
arigato >
otherwise, I don't understand what a "Teams" is on github
18:59
marky1991 has quit [Read error: Connection reset by peer]
19:22
ruda_porto has quit [Ping timeout: 258 seconds]
19:35
forgottenone has joined #pypy
20:47
kipras has quit [Ping timeout: 246 seconds]
20:48
forgottenone has quit [Quit: Konversation terminated!]
20:49
kipras has joined #pypy
20:58
jcea has quit [Remote host closed the connection]
20:59
jcea has joined #pypy
22:19
tsaka__ has joined #pypy
22:31
<
speeder39_ >
Django is frontend for python?
23:07
<
nedbat >
speeder39_: you probably want to be in #django or #python
23:16
ronan has quit [Ping timeout: 258 seconds]
23:16
ronan has joined #pypy
23:20
moei has quit [Quit: Leaving...]
23:56
adamholmberg has quit [Remote host closed the connection]