Dejan has quit [Remote host closed the connection]
exarkun1 has quit [Remote host closed the connection]
exarkun1 has joined #pypy
exarkun1 has quit [Remote host closed the connection]
exarkun1 has joined #pypy
exarkun1 has quit [Remote host closed the connection]
exarkun1 has joined #pypy
tkj1028 has joined #pypy
tkj1028 has quit [Quit: Goodbye!]
daubers has joined #pypy
Julian has joined #pypy
exarkun2 has joined #pypy
exarkun1 has quit [Remote host closed the connection]
_whitelogger has joined #pypy
blackpingus has quit [Read error: Connection reset by peer]
blackpingus has joined #pypy
marvin has quit [*.net *.split]
<mattip>
cfbolz: what time are we meeting?
<mattip>
3 hr 15 min?
<cfbolz>
mattip: does that work for you? Would be great for me
<mattip>
sure
Joannah has joined #pypy
marvin has joined #pypy
<Joannah>
Vectorization has always made sense for JIT but several research has developed vectorized marking and copying algorithms, I wonder if experimenting with a vector-mode GC for RPython is possible or makes sense.
Joannah20 has joined #pypy
Joannah2070 has joined #pypy
Joannah2070 has quit [Client Quit]
Joannah20 has quit [Client Quit]
<cfbolz>
Joannah: interesting!
Julian has quit [Ping timeout: 264 seconds]
exarkun2 has quit [Remote host closed the connection]
exarkun3 has joined #pypy
lehmrob has quit [Remote host closed the connection]
<mattip>
Joannah: are there structures that preserve locality of the data so that the scatter-gather does not cross cache lines?
exarkun3 has quit [Remote host closed the connection]
exarkun4 has joined #pypy
<Joannah>
In the old days, I think it required many work arounds, but now I think its possible without too much improvising.
Julian has joined #pypy
Julian has quit [Ping timeout: 264 seconds]
blackpingus has quit [Quit: Konversation terminated!]
stkrdknmibalz has joined #pypy
Julian has joined #pypy
shodan45 has quit [Quit: No Ping reply in 180 seconds.]
shodan45 has joined #pypy
Julian has quit [Ping timeout: 265 seconds]
Julian has joined #pypy
Julian has quit [Ping timeout: 264 seconds]
otisolsen70_ has joined #pypy
<fijal>
Joannah: that sounds very interesting
otisolsen70_ has quit [Remote host closed the connection]
<Joannah>
Thanks all, I will figure out the algorithms that best suite our case (PyPy), but for academic reasons(advisor-alert!!), I will write a proposal first. I can share it if anyone is interested, for a reality check.