[Webkit-unassigned] [Bug 144192] New: SharedBuffer::createWithContentsOfFile should use map file routines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 25 10:07:21 PDT 2015


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

            Bug ID: 144192
           Summary: SharedBuffer::createWithContentsOfFile should use map
                    file routines
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

SharedBuffer::createWithContentsOfFile currently read data using standard I/O routines (open, read, close or similar according specific platforms).
Using map files routines would optimize memory allocation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150425/5efeba7b/attachment.html>


More information about the webkit-unassigned mailing list