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

JIT: add some devirtualization info to the inline context #20395

Merged
merged 2 commits into from
Oct 13, 2018

Commits on Oct 12, 2018

  1. JIT: add some devirtualization info to the inline context

    Allows the jit to remember which calls were devirtualized and which
    of those were then optimized to use an unboxed entry point. This info
    is then dumped out as part of the inline tree.
    
    Also remove some of the clutter from the COMPlus_JitPrintInlinedMethods
    output stream -- we don't need to see both the in-stream results and
    the final results, and we don't really need to know about the budget.
    This information is still dumped for COMPlus_JitDump.
    AndyAyersMS committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    c442ea1 View commit details
    Browse the repository at this point in the history
  2. review feedback

    AndyAyersMS committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    8f381fb View commit details
    Browse the repository at this point in the history