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

Simplify Client leak reporting. #485

Merged
merged 1 commit into from
Mar 21, 2023

Commits on Mar 21, 2023

  1. Simplify Client leak reporting.

    This patch:
    
    - Simplifies the metadata we collect; we have a full stack trace now, so
      the rest is redundant.
    - Refactors so that dead code elimination can more easily drop the
      relevant code if SetClientLeakFunc is never called.
    - Remove the metadata from the clients themselves, which will reduce
      the memory usage of clients by a bit when reporting is off.
    
    I'm not entirely sure what moved me to work on this now, but here we
    are.
    zenhack committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e32e773 View commit details
    Browse the repository at this point in the history