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

Remove test that sets static readonly field after type initialization #33413

Commits on Nov 12, 2018

  1. Remove test that sets static readonly field after type initialization

    dotnet/coreclr#20866 extends the jit to incorporate the type of readonly ref
    class typed static fields into jitted code when jitting happens after class
    initialization. For instance, the jit may optimize type tests or devirtualize
    calls.
    
    With the advent of type based jit optimizations we are also blocking reflection
    based updates to all readonly static fields after class initialization.
    AndyAyersMS committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    e48163a View commit details
    Browse the repository at this point in the history