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

ELF32 support #296

Open davidmcastiel opened 2 years ago

davidmcastiel commented 2 years ago

Hi,

can BOLT support ELF32? what is the diff in implementation that prevents it from supporting ELF32? can you estimate the effort to support it? do you intend to support it?

Thanks, David

maksfb commented 2 years ago

It shouldn't be hard to add ELF32 support, although we don't have any immediate plans for it. Since ELF64 is already there, I think it will take about a month for ELF32.