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

Use SafeNumeric for Android JNI step #51601

Merged
merged 1 commit into from
Aug 13, 2021

Conversation

RandomShaper
Copy link
Member

Aside from the cosmetic improvement of using the Godot-style type, this switches to acquire-release semantics, which may improve performance by not forcing a full barrier to be issued if the CPU architecture can use a cheaper one.

NOTE: This is already included in the forward port of the PR where step was introduced.

Aside from the cosmetic improvement of using the Godot-style type, this switches to acquire-release semantics, which may improve performance by not forcing a full barrier to be issued if the CPU architecture can use a cheaper one.
@akien-mga akien-mga merged commit b484956 into godotengine:3.x Aug 13, 2021
@RandomShaper RandomShaper deleted the android_step_acq_rel branch August 13, 2021 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants