VarHandleBase: Add efficient proxy find
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