10100111001
Results
2
issues of
10100111001
Currently, mapping instructions to handlers is done using a switch statement. To my knowledge, because it's basically nested if statements, this will produce an O(log n) complexity mapping at best....
low
I fixed a couple of strict compilation hangups and some potentially undefined behavior caused by a memset overflow