Skip to content

[clr-ios] Ensure must-expand intrinsics execute through R2R #120047

@kotlarmilos

Description

@kotlarmilos

Description

All must-expand intrinsics should execute through R2R when it is available. For scenarios where R2R is not present (for example, in interpreter-only), the same intrinsics should be executed using an interpreter implementation.

Tasks

  • Identify all must-expand intrinsics that currently rely on R2R
  • Verify that each intrinsic correctly executes through R2R

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions