Proposal Details
Currently, in src/runtime/lock_spinbit.go, the constant mutexActiveSpinSize is hardcoded to 30,My tests on ARM64 platform indicate that the hardcoded value of 30 is not optimal。Whether the mutexActiveSpinSize value can be made configurable?
Proposal Details
Currently, in src/runtime/lock_spinbit.go, the constant mutexActiveSpinSize is hardcoded to 30,My tests on ARM64 platform indicate that the hardcoded value of 30 is not optimal。Whether the mutexActiveSpinSize value can be made configurable?