Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

PInvoke calli support for CoreRT #18534

Merged
merged 8 commits into from Jun 19, 2018
Merged

PInvoke calli support for CoreRT #18534

merged 8 commits into from Jun 19, 2018

Commits on Jun 17, 2018

  1. Ifdef out NGen-specific PInvoke calli inlining limitation for CoreCLR

    This limitation seems to be a left-over from effort to eliminate JITing with fragile NGen.
    jkotas committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    2c8e281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    723b428 View commit details
    Browse the repository at this point in the history
  3. Allow PInvoke stub inlining

    jkotas committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    01388ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eba5dd8 View commit details
    Browse the repository at this point in the history
  5. Update superpmi

    jkotas committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    8b1a8bc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Add fMustConvert parameter

    jkotas committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    8cabfad View commit details
    Browse the repository at this point in the history
  2. Formatting adjustments

    jkotas committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    d12fc80 View commit details
    Browse the repository at this point in the history
  3. CR feedback

    jkotas committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    9355e82 View commit details
    Browse the repository at this point in the history