Skip to content

Delete FEATURE_INTERPRETER #111137

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

Merged
merged 3 commits into from
Jan 7, 2025
Merged

Delete FEATURE_INTERPRETER #111137

merged 3 commits into from
Jan 7, 2025

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Jan 6, 2025

FEATURE_INTERPRETER is a poorly architected implementation of an interpreter. Proper interpreter implementation should start with a clean slate.

FEATURE_INTERPRETER is a poorly architected implementation of an interpreter. Proper interpreter implementation should start with a clean slate.
Copy link
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

Copy link
Member

@janvorli janvorli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@BruceForstall
Copy link
Contributor

Is this because a new interpreter implementation is imminent?

@BruceForstall
Copy link
Contributor

BruceForstall commented Jan 7, 2025

There's also:

https://github.com/dotnet/runtime/blob/main/eng/pipelines/coreclr/clrinterpreter.yml

to delete. I couldn't find the actual pipeline in AzDO; it hasn't run for a while so maybe it got garbage collected.

Also,

https://github.com/dotnet/runtime/blob/main/docs/design/features/code-generation-strategies.md#interpreter

@jkotas
Copy link
Member Author

jkotas commented Jan 7, 2025

Is this because a new interpreter implementation is imminent?

Yes.

@rickbrew
Copy link
Contributor

rickbrew commented Feb 5, 2025

Is this because a new interpreter implementation is imminent?

Yes.

Could be interesting for mobile development. I heard of an experiment done at a former employer where the startup time of the (enormous) Java/Android app was actually faster in interpreted mode due to reduced I/O (... on some phones, mind you).

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

Successfully merging this pull request may close these issues.

4 participants