-
Bug
-
Resolution: Fixed
-
P3
-
repo-panama
The Reference interface allows to retrieve getter/setter MH that are used in pointer dereference operations. Although the signature of the MHs is static ('receiver' pointer is passed as first arg), the code doesn't use static MH as much as it could (mostly in an attempt to avoid code duplication).
This makes this code harder to optimize for the JIT.
This makes this code harder to optimize for the JIT.