facebookarchive / BOLT

Binary Optimization and Layout Tool - A linux command-line utility used for optimizing performance of binaries
2.51k stars 177 forks source link

Any ideas to support riscv architecture? #304

Closed majin2020 closed 1 year ago

majin2020 commented 1 year ago

I have encountered the need to use BOLT on machines with riscv architecture. Is there any plan to support riscv?

maksfb commented 1 year ago

I'm not aware of any plans. You can try asking via official BOLT channels on discord/discourse.

aaupov commented 1 year ago

CC @preames

preames commented 1 year ago

Just for clarity, I was asking about basic scoping for a RISC-V target for BOLT which is why I got tagged, but I'm not planning any work on this in the immediate future.

aaupov commented 1 year ago

Testing and reviews are appreciated: https://reviews.llvm.org/D145687

aaupov commented 1 year ago

The support was added by Job Noorman.