RESOLVED FIXED 112781
FastMalloc scavenge timer specifies an overly narrow leeway
https://bugs.webkit.org/show_bug.cgi?id=112781
Summary FastMalloc scavenge timer specifies an overly narrow leeway
Mark Rowe (bdash)
Reported 2013-03-20 01:02:22 PDT
TCMalloc_PageHeap::initializeScavenger specifies a 1ms leeway on a 2s timer. There's no need for such a narrow window for this timer.
Attachments
Patch v1 (2.30 KB, patch)
2013-03-20 01:03 PDT, Mark Rowe (bdash)
no flags
Mark Rowe (bdash)
Comment 1 2013-03-20 01:03:05 PDT
Created attachment 193995 [details] Patch v1
WebKit Review Bot
Comment 2 2013-03-20 01:15:01 PDT
Attachment 193995 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/FastMalloc.cpp']" exit_code: 1 Source/WTF/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Review Bot
Comment 3 2013-03-20 11:58:52 PDT
Comment on attachment 193995 [details] Patch v1 Clearing flags on attachment: 193995 Committed r146372: <http://trac.webkit.org/changeset/146372>
WebKit Review Bot
Comment 4 2013-03-20 11:58:56 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.