IRC channel logs

2024-05-12.log

back to list of logs

<oriansj>cosinusoidally: the only 2 bits that appear to be missing are bit slices (which can be approximated with some bit mask operations) and *object = *object assignment (which can be converted without too much trouble)
<matrix_bridge><cosinusoidally> I suspect there will be a lot more missing bits that than. eg does M2 support floating point? If I were to do it I think I'd try and do it one function at a time and set up some kind of bridge code to call back and forth between code generated by tcc and code generated by M2.
<matrix_bridge><cosinusoidally> That way it can be done incrementally.
<matrix_bridge><Andrius Štikonas> Maybe float stubs is enough to build tcc?
<fossy>hey oriansj, could you review https://github.com/oriansj/M2libc/pull/59 :D
<fossy>then i'll pr stage0-posix with changed checksums so can pull it into live-bootstrap