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] Futher cleanups to delegate invocation #83705

Merged
merged 6 commits into from
Apr 3, 2023
Merged

Commits on Mar 21, 2023

  1. [mono] Cache delegate->method_ptr in MonoDelegateTrampInfo instead of…

    … in delegate->method_code.
    
    Repurpose the method_code field to store the MonoDelegateTrampInfo pointer
    for future optimizations.
    vargaz committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e16e7ae View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    ca863b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a4ae0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5331eab View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    0635cb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d74cbb View commit details
    Browse the repository at this point in the history