You must log in or register to comment.
You can’t deny that it correctly predicted the most likely token in this case.
You’re probably using the wrong compiler flags, did you remember
-Wall -Oz -nostdlib
?-Oz
Optimize aggressively for size rather than speed.
TIL