Skip to content

Implement support for Swift frozen structs in Mono runtime #102077

Closed
@kotlarmilos

Description

@kotlarmilos

Description

This issue tracks the implementation of the Swift frozen struct lowering in Mono runtime. The Swift runtime enregisters frozen structs as a set of primitives if the sequence <= 4 machine words. The Mono runtime should utilize the lowering API and implements the same behavior as the Swift runtime when interoperating with Swift in JIT/AOT and interpreter configurations.

The lowering algorithm is implemented in . The Mono runtime should utilize the lowering API and have the same behavior as Swift runtime when interop with Swift in JIT/AOT and interpreter configurations.

The existing runtime tests should be used for validation.

Tasks

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions