github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
brrt \o 10:36
idk if geth worked, but I got the segv's to stop in floating point compilation 10:40
now..... all that is still needed, is to actually get correct results
... and it'd be really, really handy, if the code for getting jit dumps would work as well 11:11
MasterDuke maybe a way to get some free fuzzing for moarvm? github.com/systemd/systemd/commit/...rce=anzwix 13:37
pamplemousse o/ 14:15
I have a new post about progress on the linker: yakshavingcream.blogspot.com/2019/...-file.html 14:16
MasterDuke pamplemousse: nice. minor typo, ` script call "_start"`, i assume should be 'called' 14:27
pamplemousse Thanks, I'll fix that 14:28
mornfall (not sure what pamlemousse is trying to do, but from a quick scan of the post, replacing _start sounds needlessly complicated) 15:58
(it should be entirely possible to write a simple stub in C that hands off to perl6 or moarvm or whatever... and the ELF file can be built with ld and a simple linkscript or even with objcopy) 16:01
(with the benefit of working on any reasonable POSIX system ... hacking _start means reimplementing crt0.o which is different on every arch/os combination) 16:03