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

JIT: remove boxing for interface call to shared generic struct #17006

Merged

Commits on Mar 17, 2018

  1. JIT: remove boxing for interface call to shared generic struct

    Improve the jit's ability to optimize a box-interface call sequence
    to handle cases where the unboxed entry point requires a method table
    argument.
    
    Added two test cases, one from the inspiring issue, and another where
    the jit is then able to inline the method.
    
    Closes #16982.
    AndyAyersMS committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    0bb26f3 View commit details
    Browse the repository at this point in the history
  2. Handle L2R arg passing

    AndyAyersMS committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    91c4078 View commit details
    Browse the repository at this point in the history