You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
Currently Java field lookup happens on every smart pointer dereference in handle.h. This is slow, and only needs to be done once per class. The field reference can be held using a global reference:
Currently Java field lookup happens on every smart pointer dereference in
handle.h
. This is slow, and only needs to be done once per class. The field reference can be held using a global reference:http://journals.ecs.soton.ac.uk/java/tutorial/native1.1/implementing/refs.html
The text was updated successfully, but these errors were encountered: