https://bugs.winehq.org/show_bug.cgi?id=38272 --- Comment #6 from Nikolay Sivov <bunglehead(a)gmail.com> --- (In reply to Brad Fitzpatrick from comment #4)
FWIW, the Go runtime changed from using GetSystemTimeAsFileTime to reading the time from memory directly on Windows for Go 1.4 via this change:
https://codereview.appspot.com/108700045
to address this monotonic clock issue:
https://github.com/golang/go/issues/6007 (which used to be about several OSes, not just NetBSD)
Hi, Brad. Do you happen to know why QueryPerformanceCounter/QueryPerformanceFrequency/NtQueryPerformanceCounter wasn't used for that? (In reply to Sebastian Lackner from comment #5)
That means its a duplicate of https://bugs.winehq.org/show_bug.cgi?id=29168
Looks like it, yes. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.