Skip to content

Add ExpressionMarker abstraction for obtaining enclosing method in AOT generated code. #3338

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

christophstrobl
Copy link
Member

ExpressionMarker is a stateful abstraction that helps creating local classes used to obtain the enclosing method. The code generation will only add the local class when needed. Prior to this change markers would have been added unconditionally to each and every method by the implementing modules themselves.

…d code.

ExpressionMarker is a stateful abstraction that helps creating local classes used to obtain the enclosing method. The code generation will only add the local class when needed. Prior to this change markers had been added unconditionally to each and every method.
@christophstrobl christophstrobl added the theme: aot An issue related to Ahead-Of-Time processing label Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: aot An issue related to Ahead-Of-Time processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants