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 assert about maximum fragment split size #92027

Merged
merged 1 commit into from
Sep 14, 2023

Commits on Sep 13, 2023

  1. Fix assert about maximum fragment split size

    We want to support arbitrary `DOTNET_JitSplitFunctionSize` values
    for stressing the unwind fragment splitting logic, but there are
    limitations to the smallest size that can be split. Thus, we can
    exceed a specified minimum. Loosen an assert that the last
    fragment be less than the specified split size, since it might
    exceed that minimum, e.g., by being a large epilog. Leave the assert
    specifying the hard requirement of maximum fragment size.
    BruceForstall committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8a8d6be View commit details
    Browse the repository at this point in the history