[Webkit-unassigned] [Bug 218203] New: evictCodedFrames does extra work if RELEASE_LOG_DISABLED is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 13:57:51 PDT 2020


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

            Bug ID: 218203
           Summary: evictCodedFrames does extra work if
                    RELEASE_LOG_DISABLED is set
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: stephan.szabo at sony.com

We found on our port where we have RELEASE_LOG_DISABLED set that evictCodedFrames would sometimes evict after the current position even if it freed up enough space during the first part of the eviction.

It looks like a log change from a while ago changed the block that checked whether the buffer was still full and to log and return to only happen if logging was not disabled which changed the behavior since the return no longer happened either.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201026/5ac959ed/attachment.htm>


More information about the webkit-unassigned mailing list