NEW 146131
Migrate break_lines.h to unsigned optionals
https://bugs.webkit.org/show_bug.cgi?id=146131
Summary Migrate break_lines.h to unsigned optionals
Myles C. Maxfield
Reported 2015-06-18 16:58:12 PDT
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)
Attachments
Myles C. Maxfield
Comment 1 2015-08-24 11:55:02 PDT
Look at m_nextBreakablePosition in InlineIterator
Note You need to log in before you can comment on or make changes to this bug.