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

[mono][interp] Allocate basic block link array in exponential fashion #98701

Merged
merged 2 commits into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. [mono][interp] Allocate basic block link array in exponential fashion

    Allocating new array to mempool with each added link can be very wasteful in rare scenarios where a bblock is branched from numerous other bblocks.
    BrzVlad committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    59053b6 View commit details
    Browse the repository at this point in the history
  2. [mono][interp] Use memcpy

    BrzVlad committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    00c6125 View commit details
    Browse the repository at this point in the history