[webkit-reviews] review requested: [Bug 38538] JSC TimeoutChecker::didTimeOut overflows on ARM : [Attachment 65957] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 30 14:33:22 PDT 2010


Benjamin Poulain <benjamin.poulain at nokia.com> has asked  for review:
Bug 38538: JSC TimeoutChecker::didTimeOut overflows on ARM
https://bugs.webkit.org/show_bug.cgi?id=38538

Attachment 65957: Patch
https://bugs.webkit.org/attachment.cgi?id=65957&action=review

------- Additional Comments from Benjamin Poulain <benjamin.poulain at nokia.com>
Make getCPUTime() return values relative to the first call.
The previous implementation relied on simply on currentTime(), which return a
time since epoch and not a time since the thread started. This made the return
value of getCPUTime() overflow on 32 bits.


More information about the webkit-reviews mailing list