Dean Long
Dean Long
https://github.com/eyalroz/removedupes/blob/69893e440500f0057975b3ab6463abcf30bf49ce/src/chrome/content/removedupes.js#L1216-L1220 If I want to compare only Body only, without counter header lines, the above optimization prevents that. Removing it makes it work as expected.
Draft. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [ ] Change must not contain extraneous whitespace -...
--------- ### Progress - [ ] Change must not contain extraneous whitespace ### Reviewing Using git Checkout this PR locally: \ `$ git fetch https://git.openjdk.org/loom.git pull/208/head:pull/208` \ `$ git checkout...
--------- ### Progress - [x] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain extraneous whitespace - [x] Commit message...
This PR changes ciMethod::equals() to a special-purpose debug helper method for the one place in C1 that uses it in an assert. The reason why making it general purpose is...