Skip to content

VarHandleBase: Add efficient proxy find

Eunju Moon requested to merge emoon/athena:varhandle-get-impl-proxy-exact into 24.0

Fixed so that it finds proxy without mutex lock(proxy_exact) before finding proxy with mutex lock(proxy)

In 200 event loops (full chain except two cosmic muon chains): Out of 583398 attempts to call proxy_exact

  • Success(Valid proxy): 5883398 (99.56%)
  • Fail: 2551 (0.44%)
Edited by Eunju Moon

Merge request reports