runtime: observed hot HITM with false-sharing, pointing to GC object #60337
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
run gRPC benchmark and DeathStarBench hotelReservation
https://github.com/grpc/grpc-go/tree/master/benchmark
https://github.com/delimitrou/DeathStarBench/tree/master/hotelReservation
What did you expect to see?
No significant false-sharing observed
What did you see instead?
Hottest cache line HITM pointing to a false-sharing, and the hottest one contribute ~4% or more HITM
perf-c2c report top HITM as below(shorten output):
`

`
The text was updated successfully, but these errors were encountered: