WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug