[drlvm][jni] optimized method invocation from native code
---------------------------------------------------------
Key: HARMONY-3021
URL: https://issues.apache.org/jira/browse/HARMONY-3021
Project: Harmony
Issue Type: Improvement
Components: DRLVM
Environment: Windows/ia32, Linux/ia32
Reporter: Ivan Volosyuk
Priority: Minor
Using native stubs generated for each method parameters set.
Stubs managed in custom hash table with write-only locks.
Also each method hash a quick pointer to the corresponding stub which initialized right before
the first use.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|