IRC channel logs

2020-12-08.log

back to list of logs

***Hagfish_ is now known as Hagfish
<OriansJ>siraben: only to a point but yes with go.sh we can build vm.c and start the process
<OriansJ>yt: I'll start reviewing after I take care of siraben's Pull requestfgbvhrdtjeugcuvfubujvnebdlkvhfnknnenbhndhrij
<OriansJ>*sigh*
<OriansJ>yt: I'll aim to have it fully reviewed by tomorrow night.
<OriansJ>siraben: your pull request has been merged
<OriansJ>although github seems to think otherwise; I think it is a bug because of the rebase
<OriansJ>yt: I was looking at this: https://dinfuehr.github.io/blog/encoding-of-immediate-values-on-aarch64/ and http://shell-storm.org/armv8-a/ISA_v85A_A64_xml_00bet8/xhtml/mov_movz.html
<OriansJ>and you might be able to leverage it to reduce the number of DEFINEs required
<OriansJ>although the non-hex alignment would require an less than ideal solution
<OriansJ>oh no, I was wrong. Ignore my dumb moment.
<siraben>OriansJ: could you merge it again using GitHub's interface?
<siraben>yeah it still appears as open
<OriansJ>siraben: done
<siraben>thanks
<OriansJ>yt: merged
<true-grue>Hi! Does anybody wants to see an implementation of a tiny Forth-like language? :)
<yt>OriansJ: awesome, thanks! I have some tidying up to do on cc_aarch64, hopefully I'll have that ready later tonight
<yt>I've also made some progress on the aarch64 port of kaem-minimal. I've got an M0 version done and working. Only the tedious bit left now XD
<OriansJ>true-grue: if you feel that people here might appreciate it; feel free. Although I must warn you we did bootstrap a proper FORTH: https://github.com/oriansj/stage0/blob/master/stage2/forth.s https://github.com/oriansj/stage0/blob/master/stage3/inital_library.fs but ultimately it ended up being of no use.
<OriansJ>yt: nice
<true-grue>OriansJ, I see, thank you for the links.