Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for Swift frozen structs in Mono runtime #102077

Open
4 tasks
Tracked by #93631
kotlarmilos opened this issue May 10, 2024 · 0 comments
Open
4 tasks
Tracked by #93631

Implement support for Swift frozen structs in Mono runtime #102077

kotlarmilos opened this issue May 10, 2024 · 0 comments
Assignees
Milestone

Comments

@kotlarmilos
Copy link
Member

kotlarmilos commented May 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants