-
Notifications
You must be signed in to change notification settings - Fork 567
AndroidUseInterpreter should work in net6 #5633
Copy link
Copy link
Closed
Labels
enhancementProposed change to current functionality.Proposed change to current functionality.
Milestone
Description
In .net4 AndroidUseInterpreter used to switch the runtime directory with one that includes an "-interpreter" suffix. That would automatically make the runtime use the interpreter. For net6, the runtime includes both versions in the package,
and the way to switch interpreter on is to add this environment variable:
debug.mono.runtime_args=--interp=-inline
The parameter is at the moment unchanged for net6, meaning that it adds a prefix that doesn't work anymore, and it doesn't do the environment, which is needed. The ask is to switch to that and then make sure interpreter works (that may require some help from mono runtime).
Thanks!
J
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementProposed change to current functionality.Proposed change to current functionality.