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.Android] Use C#9 Function Pointer backend for JNI #8234

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

jonpryor
Copy link
Member

@jonpryor jonpryor commented Aug 1, 2023

Context: dotnet/java-interop@312fbf4

As per dotnet/java-interop@312fbf43:

With a Release build, the Average Invocation time for
JIFunctionPointersTiming takes 97% of the time as JIPinvokeTiming,
i.e. is 3% faster.

Let's see if that's true on Android: use the C#9 Function Pointer backend within Java.Interop.dll.

Context: dotnet/java-interop@312fbf4

As per dotnet/java-interop@312fbf43:

> With a Release build, the Average Invocation time for
> JIFunctionPointersTiming takes 97% of the time as JIPinvokeTiming,
> i.e. is 3% faster.

Let's see if that's true *on Android*: use the C#9 Function Pointer
backend within `Java.Interop.dll`.
@jonpryor jonpryor merged commit 180dd52 into dotnet:main Aug 2, 2023
49 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants