Skip to content

AndroidUseInterpreter should work in net6 #5633

@joj

Description

@joj

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

Metadata

Metadata

Labels

enhancementProposed change to current functionality.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions