WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
https://imhex.werwolv.net
GNU General Public License v2.0
44.71k stars 1.95k forks source link

Try to apply PGO #1048

Open zamazan4ik opened 1 year ago

zamazan4ik commented 1 year ago

Hi.

Did anyone try to apply PGO (Profile-Guided Optimization) to ImHex? Probably it could help a little bit with the performance of the application (e.g. in the large cases like https://github.com/WerWolv/ImHex/issues/823 ). I think it could be the next step after applying LTO: https://github.com/WerWolv/ImHex/issues/610 .

P.S. Was not sure about the issue type. Feel free to change it if I was wrong.

github-actions[bot] commented 2 months ago

This issue is marked stale as it has been open for 11 months without activity. Please try the latest ImHex version. (Avaiable here: https://imhex.download/ for release and https://imhex.download/#nightly for development version) If the issue persists on the latest version, please make a comment on this issue again

Without response, this issue will be closed in one month.

zamazan4ik commented 2 months ago

I collected many more cases about PGO efficiency for other apps: https://github.com/zamazan4ik/awesome-pgo . I don't think that the issue should be closed due to the lack of activity - leaving it open "as is" is fine.