Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | codeGen: Fix two buglets in -fbounds-check logic | Ben Gamari | 2022-01-31 | 1 | -0/+19 |
@Bodigrim noticed that the `compareByteArray#` bounds-checking logic had flipped arguments and an off-by-one. For the sake of clarity I also refactored occurrences of `cmmOffset` to rather use `cmmOffsetB`. I suspect the former should be retired. |