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

Fix explicit type conversion to u64 for GC::Stats #12779

Merged

Commits on Nov 25, 2022

  1. Fix explicit type conversion to u64 for GC::Stats

    On 32-bit systems, libgc returns 32-bit integers. This patch ensures
    explicit type conversions when compiling with `-Dno_number_autocast`.
    straight-shoota committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    a1c644b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd5532f View commit details
    Browse the repository at this point in the history