Luke Valenty
Results
32
issues of
Luke Valenty
The modulo interval arithmetic produces incorrect results. The resulting interval can be _smaller_ than the possible values that could arise at runtime. I have an example on GitHub that produces...
๐งโ๐ฌ Make sure safe arithmetic works with a dimensional analysis library (like mpusz/units)
2
Some embedded architectures, ABIs, message sizes, and compilers may benefit from passing messages by value rather than reference. For example, in-order RISC processors that can pass the entire message struct...