github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
brrt` \o 13:30
tellable6 2019-10-28T20:48:41Z #raku <Kaiepi> brrt that'd be great
jnthn o/ 13:31
brrt` ohai jnthn 13:32
(I need to head out in like 5 minutes)
jnthn: are you currently still working on the PEA work?
for some liberal values of 'currently' 13:33
in the same way that I'm 'currently' working on expr jit devirtualization
jnthn Not very actively, though it'll be one of the first things I do once I'm back to hacking on MoarVM more actively :)
I've got a branch wiht a bunch of stuff done.
brrt` I stumbled across a paper on partial escape analysis recently 13:34
jnthn Link? :)
brrt` hmm 13:37
pdf, but idk where I got it from
was from 2014
and I might've gotten it from scihub
jnthn looked at various papers on the topic 13:38
brrt` www.ssw.jku.at/Research/Papers/Stad...GO-PEA.pdf 13:39
then there's a decent chance you've seen it
anyway, have to go, speak you later
jnthn Actually read the thesis that this paper is an extract of :) 13:44
It's a good one
Geth_ MoarVM: acd1156b0a | (Ben Davies)++ | src/io/syncsocket.c
Use more appropriate flags with getaddrinfo

This makes it so getaddrinfo doesn't try to use the port passed to MVM_io_resolve_host_name like a service name, and only returns IPv4 or IPv6 addresses if any exist on the interface used.
20:07
MoarVM: 8caf9fd589 | (Jimmy Zhuo)++ (committed using GitHub Web editor) | src/io/syncsocket.c
Merge pull request #1211 from Kaiepi/dns-flags

Use more appropriate flags with getaddrinfo