Skip to content

Update loop_count.cpp with corrected syntax for hit count loop buckets.

Stefan Nagy requested to merge patch-zut-hitcount-main into master

As Anh and I figured out, the compiled CMP was using flipped operands as per ATT syntax. To accommodate this I switched from jg to jle instructions, and also added a routine to uphold the final bucket being unbounded.

Merge request reports