[Webkit-unassigned] [Bug 146131] New: Migrate break_lines.h to unsigned optionals

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 18 16:58:12 PDT 2015


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

            Bug ID: 146131
           Summary: Migrate break_lines.h to unsigned optionals
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmaxfield at apple.com

Currently, we use ints with a -1 sentinel value. Instead, we should implement a special unsigned optional type which still uses -1 as its sentinel (because using a regular optional would cause a performance regression)

-- 
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/20150618/defb672f/attachment.html>


More information about the webkit-unassigned mailing list