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

[release/7.0] Fix signature for 64-bit delegate profiling helper #74743

Merged
merged 3 commits into from
Aug 29, 2022

Commits on Aug 29, 2022

  1. Fix signature for 64-bit delegate profiling helper

    I missed updating the signature of the 64-bit variant here when the
    vtable and delegate profiling helpers were originally split up.
    
    Fix #74295
    jakobbotsch authored and github-actions committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    2269c49 View commit details
    Browse the repository at this point in the history
  2. JIT: Randomly collect 64-bit counts

    Add some testing.
    jakobbotsch authored and github-actions committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f6255cd View commit details
    Browse the repository at this point in the history
  3. Disable collecting 64 bit counters on 32-bit

    This needs some work so disable it for now.
    jakobbotsch authored and github-actions committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    5f8be23 View commit details
    Browse the repository at this point in the history