[Webkit-unassigned] [Bug 22360] JSC::getCurrentUTCTimeWithMicroseconds uses unprotected static variables
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 19 12:02:55 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=22360
------- Comment #4 from darin at apple.com 2008-11-19 12:02 PDT -------
Generally speaking, for our uses it seems fine for each thread to have its own
separate "drift-free" mechanism, so we don't need to introduce locking here --
per-thread data should suffice.
I'm contemplating adding JSGlobalData* arguments into these calls and moving
the data there.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list