00:09
lritter has quit [Quit: Leaving]
02:06
tsaka__ has joined #pypy
02:12
jcea has quit [Remote host closed the connection]
02:12
tsaka__ has quit [Ping timeout: 244 seconds]
02:20
_whitelogger has joined #pypy
02:42
forgottenone has joined #pypy
04:14
xcm has quit [Read error: Connection reset by peer]
04:16
xcm has joined #pypy
04:21
dddddd has quit [Remote host closed the connection]
05:56
petronny has joined #pypy
06:36
<
kenaan >
fijal arm64 2574a06ba591 /rpython/jit/backend/aarch64/assembler.py: ugh why is this hardcoded to WORD
06:54
xcm has quit [Remote host closed the connection]
06:56
xcm has joined #pypy
07:37
xcm has quit [Write error: Connection reset by peer]
07:38
xcm has joined #pypy
07:54
<
kenaan >
fijal arm64 371da80e47bf /rpython/jit/backend/aarch64/assembler.py: missing stack adjustment
08:02
auscompgeek has joined #pypy
08:06
micisuta has joined #pypy
08:10
oberstet has joined #pypy
08:22
<
kenaan >
arigo arm64 9426b24f72b6 /rpython/jit/backend/aarch64/TODO: add a potential optimization
08:22
antocuni has joined #pypy
09:11
irclogs_io_bot has quit [Remote host closed the connection]
09:24
irclogs_io_bot has joined #pypy
09:29
xcm has quit [Remote host closed the connection]
09:31
xcm has joined #pypy
09:40
irclogs_io_bot has quit [Ping timeout: 252 seconds]
09:44
irclogs_io_bot has joined #pypy
09:52
xcm has quit [Remote host closed the connection]
09:54
xcm has joined #pypy
10:14
<
kenaan >
arigo arm64 06dff6a3c763 /rpython/jit/backend/aarch64/: passing a value to a helper via ip0 is not going to work, because ip0 is overwritten by the BL
10:19
antocuni has quit [Ping timeout: 248 seconds]
10:22
jcea has joined #pypy
10:34
<
kenaan >
fijal arm64 1a07024b9dd4 /rpython/jit/backend/aarch64/assembler.py: kill some untrue comments and unnecessary pushes
10:35
<
kenaan >
fijal arm64 c6d1d6d6b8c4 /rpython/jit/backend/aarch64/: merge
10:50
<
kenaan >
fijal arm64 b8ce2916a65f /rpython/jit/backend/aarch64/assembler.py: swap lr and fp, maybe we can see now the stack in gdb
11:04
<
kenaan >
fijal arm64 a05434b893c9 /rpython/jit/backend/aarch64/assembler.py: I
*think* necessary fix for cond_call
11:08
forgottenone has quit [Quit: Konversation terminated!]
11:45
antocuni has joined #pypy
11:54
<
kenaan >
arigo arm64 1109c1cd0a1e /rpython/jit/backend/aarch64/TODO: update on the locking instructions
11:54
<
fijal >
arigato: ping
12:18
xcm has quit [Remote host closed the connection]
12:22
Rhy0lite has joined #pypy
12:22
xcm has joined #pypy
12:31
<
kenaan >
arigo arm64 b9d8f82099f7 /rpython/jit/backend/aarch64/TODO: more missing optimizations
12:33
xcm has quit [Remote host closed the connection]
12:37
alexge50 has quit [Remote host closed the connection]
12:38
xcm has joined #pypy
12:42
oberstet has quit [Quit: Leaving]
13:07
jcea has quit [Remote host closed the connection]
13:18
lritter has joined #pypy
13:26
jcea has joined #pypy
13:28
xcm has quit [Ping timeout: 246 seconds]
13:30
Masklinn has joined #pypy
13:32
xcm has joined #pypy
13:34
marky1991 has joined #pypy
13:34
marky1991 has quit [Remote host closed the connection]
13:35
marky1991 has joined #pypy
13:38
dddddd has joined #pypy
13:50
xcm has quit [Remote host closed the connection]
13:53
xcm has joined #pypy
13:53
marky1991 has quit [Ping timeout: 245 seconds]
14:05
xcm has quit [Remote host closed the connection]
14:06
xcm has joined #pypy
14:26
forgottenone has joined #pypy
14:39
marky1991 has joined #pypy
14:43
Masklinn has quit [Ping timeout: 246 seconds]
14:51
jcea has quit [Remote host closed the connection]
14:56
rjarry has joined #pypy
14:58
<
rjarry >
hi, I have something rather surprising
14:59
<
rjarry >
s = ffi.new('struct mystruct *')
14:59
<
rjarry >
s_p = ffi.addressof(s)
15:00
<
rjarry >
TypeError: expected a cdata struct/union/array object
15:00
<
rjarry >
why is that ?
15:11
<
kenaan >
arigo arm64 2486e872ccdf /rpython/jit/backend/aarch64/assembler.py: fix the next bug
15:11
<
kenaan >
arigo arm64 838a6988dd0e /rpython/jit/backend/aarch64/: tweaks
15:21
micisuta1 has joined #pypy
15:22
micisuta has quit [Ping timeout: 272 seconds]
15:23
micisuta has joined #pypy
15:25
micisuta1 has quit [Ping timeout: 272 seconds]
15:43
abrown has joined #pypy
16:10
<
kenaan >
fijal arm64 63cad80b3380 /rpython/jit/backend/aarch64/assembler.py: undo the previous checkin
16:16
<
atomizer >
rjarry: because it's already a pointer
16:16
<
rjarry >
atomizer: what is the problem with that ?
16:16
<
rjarry >
I especially want a pointer pointer
16:17
<
rjarry >
I have to interface with an API which requires a struct mystruct **
16:17
<
rjarry >
don't ask me why -_-
16:18
<
rjarry >
is there something that forbids using addresses of pointers ?
16:18
<
atomizer >
do ffi.new('struct mystruct **'), then deref that
16:21
<
atomizer >
if you are initializing it yourself, do p[0] = ffi.new('stuct mystruct *') to allocate the actual struct
16:26
<
kenaan >
fijal arm64 8c7dd5b87a48 /rpython/jit/backend/aarch64/regalloc.py: bah
16:31
xcm has quit [Remote host closed the connection]
16:32
ambv has joined #pypy
16:33
xcm has joined #pypy
16:33
micisuta1 has joined #pypy
16:36
micisuta has quit [Ping timeout: 245 seconds]
16:37
micisuta1 has quit [Ping timeout: 248 seconds]
16:51
xcm has quit [Remote host closed the connection]
16:54
xcm has joined #pypy
17:06
marky1991 has quit [Ping timeout: 272 seconds]
17:35
ssbr` has joined #pypy
18:19
marky1991 has joined #pypy
18:19
marky1991 has quit [Remote host closed the connection]
18:20
marky1991 has joined #pypy
18:26
antocuni has quit [Ping timeout: 246 seconds]
18:33
marky1991 has quit [Ping timeout: 272 seconds]
18:45
forgottenone has quit [Quit: Konversation terminated!]
18:46
xcm has quit [Remote host closed the connection]
18:46
micisuta has joined #pypy
18:48
xcm has joined #pypy
19:21
Rhy0lite has quit [Quit: Leaving]
19:30
forgottenone has joined #pypy
20:02
forgottenone has quit [Quit: Konversation terminated!]
21:09
lritter has quit [Read error: Connection reset by peer]
21:19
micisuta has quit [Ping timeout: 248 seconds]
21:49
<
kenaan >
arigo arm64 89739b45ddb0 /rpython/jit/backend/aarch64/TODO: another comment
22:38
tsaka__ has joined #pypy
23:22
tsaka__ has quit [Quit: Konversation terminated!]
23:22
tsaka__ has joined #pypy
23:46
abrown has quit [Ping timeout: 248 seconds]