Skip to content

Crossgen2 is missing support for CORINFO_FIELD_STATIC_ADDRESS #32663

@trylek

Description

@trylek

We could achieve minor perf improvement when accessing statics by implementing the static address helper (ldsflda). Crossgen1 doesn't do this, it bails out at this point:

ThrowHR(E_NOTIMPL);

For now I'm about to add a similar clause with a reference to this issue to Crossgen2 as otherwise it causes failures with composite R2R at runtime due to System.Console.get_Out which uses ldsflda on System.Console.s_out.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions