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

Add zlib compression to the debug_str_offset section #8644

Merged
merged 1 commit into from
May 1, 2024

Commits on May 1, 2024

  1. Add zlib compression to the debug_str_offset section

    In MCCAS, the DWARF5 size is larger than the DWARF4 size because of the
    presence of the debug_str_offset section. There is not much we can do to
    improve the deduplication rate of that section, so the only thing to do
    is to compress the data in that cas block, which is what this patch adds
    support for.
    
    (cherry picked from commit de44455)
    rastogishubham committed May 1, 2024
    Configuration menu
    Copy the full SHA
    05797c8 View commit details
    Browse the repository at this point in the history