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

[mono][aot] Use compile restart to emit a placeholder method body #92688

Closed
jandupej opened this issue Sep 27, 2023 · 1 comment
Closed

[mono][aot] Use compile restart to emit a placeholder method body #92688

jandupej opened this issue Sep 27, 2023 · 1 comment
Assignees
Milestone

Comments

@jandupej
Copy link
Member

#91261 needs to emit a stand-in method body that only contains one throw in certain cases. This is currently done explicitly (method-to-ir.c: method_make_alwaysthrow_typeloadfailure), but after discussion with @vargaz a different approach might be more advantageous. Try and use compilation restart to emit that dummy method body.

@kotlarmilos
Copy link
Member

Obsolete, lower priority compared to other tasks.

@github-actions github-actions bot locked and limited conversation to collaborators Aug 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants