Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

normalization for asm labels to make diffing easier? #31

Open
pacak opened this issue Aug 29, 2022 · 1 comment · Fixed by #56
Open

normalization for asm labels to make diffing easier? #31

pacak opened this issue Aug 29, 2022 · 1 comment · Fixed by #56

Comments

@pacak
Copy link
Owner

pacak commented Aug 29, 2022

"I have a small change in the code, but the Assembly difference is huge. Everything is re-arranged and jump labels are all different."

@pacak
Copy link
Owner Author

pacak commented Sep 30, 2022

--diffable can do something like this:

  1. stripping unused labels
  2. changing labels to be relative instead of absolute - 3 up, 7 down, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant