[Webkit-unassigned] [Bug 30210] [Cache] Add embedded profile to prune decoded resources more early

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 4 13:02:10 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=30210


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41475|review?                     |review-
               Flag|                            |




--- Comment #5 from Adam Barth <abarth at webkit.org>  2009-12-04 13:02:08 PST ---
(From update of attachment 41475)
Please fix the style issues.  Also, please use a const bool instead of
EMBEDDED_PROFILE_CHECK.  This code

+ if (EMBEDDED_PROFILE_CHECK elapsedTime < cMinDelayBeforeLiveDecodedPrune)

looks super wonky.  The compiler will optimize const bools properly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list