Ross ROSS = Recommend OSS · open-source software intelligence for agents

facebookarchive/BOLT

Binary Optimization and Layout Tool - A linux command-line utility used for optimizing performance of binaries observed · 2026-08-28

github.com/facebookarchive/BOLT · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3053
  • days_rel: n/a
  • days_push: 1227
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2532 stars · 183 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

BOLT (Binary Optimization and Layout Tool) is a Linux command-line utility that optimizes the performance of native binaries by rearranging code layout post-linking. This archived repository has been merged into the LLVM project, where development continues.

Use cases

  • optimize performance of compiled binaries
  • improve instruction cache locality of executables
  • reorder code layout after linking
  • speed up large C++ applications without recompiling
  • profile-guided binary post-link optimization

When to choose

  • you want to optimize an existing binary's code layout without source changes
  • you have LBR perf profiles and want faster instruction cache/i-TLB behavior
  • you are already in the LLVM ecosystem and can use the maintained bolt in llvm-project

When to avoid

  • you need updates or bug fixes - this repo is frozen and unmaintained
  • you target platforms other than Linux x86-64/aarch64 ELF binaries
  • you want a general-purpose compiler or linker rather than a post-link optimizer

Facets

cli-tool · maturity abandoned

compiler developer-tools benchmarking developer-tools performance compilers cli cpp binary-optimization post-link-optimizer llvm code-layout archived-repo linux

1 source

Member repositories

RepositoryRoleHealth v2
facebookarchive/BOLTmain10

For agents

markdown · JSON · MCP: product_card(name="facebookarchive/BOLT")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem