Skip to content

[ELF] Improve performance of loading binaries with many sections not mapped into the address space#8263

Merged
fuzyll merged 2 commits into
devfrom
test_elf_bulk_sections
Jun 12, 2026
Merged

[ELF] Improve performance of loading binaries with many sections not mapped into the address space#8263
fuzyll merged 2 commits into
devfrom
test_elf_bulk_sections

Conversation

@bdash

@bdash bdash commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

These sections are added to the parent view. Do the work within a bulk segment modification to significantly reduce the overhead of adding sections.

@bdash bdash requested a review from fuzyll June 11, 2026 22:43

@fuzyll fuzyll left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Crazy that this is all we needed.

...which, as far as I can tell, has been completely backwards since this
code was shipped.
@fuzyll fuzyll self-assigned this Jun 12, 2026
@fuzyll fuzyll added this to the Krypton milestone Jun 12, 2026
…mapped into the address space

These sections are added to the parent view. Do the work within a bulk
segment modification to significantly reduce the overhead of adding
sections.
@fuzyll fuzyll force-pushed the test_elf_bulk_sections branch from 311be98 to 9916086 Compare June 12, 2026 03:12
@fuzyll fuzyll merged commit 9916086 into dev Jun 12, 2026
5 of 6 checks passed
@fuzyll fuzyll deleted the test_elf_bulk_sections branch June 12, 2026 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants