Yangzheng Bai
Results
2
comments of
Yangzheng Bai
golang.org hardcode arm64 pagesize to 65536, which may not be correct golang.org/x/sys/unix/syscall_linux_arm64.go:func Getpagesize() int { return 65536 }
golang 1.9 fixed page size problem, however, pcstat cannot be built under golang 1.9 (arm64)