gematria icon indicating copy to clipboard operation
gematria copied to clipboard

Refactor basic block annotation into a separate function

Open boomanaiden154 opened this issue 1 year ago • 2 comments

This patch refactors the annotation process for an individual basic block into a separate function. This is intended to make future tasks easier (like introducing threading to the script).

boomanaiden154 avatar Mar 24 '24 06:03 boomanaiden154

This is stacked on top of https://github.com/google/gematria/pull/66 to avoid merge conflicts when things start landing and to make it easier for me to keep all the fixes in a branch for testing purposes.

boomanaiden154 avatar Mar 24 '24 06:03 boomanaiden154

Eventually, it would be best to move the functionality to a library, and add unit tests for it.

ondrasej avatar Apr 21 '24 08:04 ondrasej