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
Currently the callchain for memory accesses is:
runtime.raceread() -> runtime/race.Read() -> cgo -> runtime.syscallenter()
-> indirect call -> __tsan_read()
We need to eliminate the cgo overheads and maybe some forwarding as well.