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

compress jit debuginfo for easy memory savings #55180

Merged
merged 2 commits into from
Jul 23, 2024

Commits on Jul 20, 2024

  1. refactor DebugObject handling to prepare for compressing info

    Lazily create more objects in memory, since we rarely need these.
    vtjnash committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    2c4776d View commit details
    Browse the repository at this point in the history
  2. compress DebugObject to save memory

    Account for debug info memory as well, since this info is usually about
    10x the size of the data that was being tracked, although this compression
    appears to reduce that by at least half.
    vtjnash committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    31142fa View commit details
    Browse the repository at this point in the history