You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
When running analysis using the hca script on a small binary I see that the code size saving varies between executions of the script. My expectations are that the optimizations/transformations are deterministic and that the code size results should be the same each time. Here is sample output from the test:
Yes, that is correct. When I remove both BEQI and BNEI the results are deterministic, if I have any of them applied then the result is non-deterministic.
I have fixed this, but I need to verify that the changes I made make sense across my benchmarking suite. This might take a while, I will keep this Issue open until we push changes.
When running analysis using the hca script on a small binary I see that the code size saving varies between executions of the script. My expectations are that the optimizations/transformations are deterministic and that the code size results should be the same each time. Here is sample output from the test:
As we see the results vary between 7628 and 7668. Is there a way to make this deterministic so we get the same results each time we run the script?
The text was updated successfully, but these errors were encountered: