Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reland "[MC][NFC] Make ELFUniquingMap a StringMap (#95006)" #95030

Merged
merged 3 commits into from
Jun 11, 2024

Commits on Jun 10, 2024

  1. [MC] Make ELFUniquingMap a StringMap

    This avoid std::map, which is slow, and uses a StringMap. Section name,
    group name, linked-to name and unique id are encoded into the key for
    fast lookup.
    
    This gives a measurable performance boost for applications that compile
    many small object files (e.g., functions in JIT compilers).
    aengelke committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f2aada8 View commit details
    Browse the repository at this point in the history
  2. Reorder fields

    aengelke committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e62db55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9e8413 View commit details
    Browse the repository at this point in the history