[Webkit-unassigned] [Bug 65277] Provide flexible (in terms of position relative to space) logical word breaker to improve performance of --webkit-visual-word

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 11 21:03:59 PDT 2011


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





--- Comment #17 from Alexey Proskuryakov <ap at webkit.org>  2011-08-11 21:03:59 PST ---
The measured performance improvements don't seem particularly large. Also, our problem is with calling these functions many times for each operation, not necessarily with them being slow.

I think that prior to adding new code, we should better define the concepts it works with. Different ports return drastically different results for word boundaries, and considering how basic these operations are, that causes really ugly bugs (see e.g. bug 65898 or bug 65999).

While we cannot even agree upon what word boundaries are, adding "word boundaries considering word break positioning" seems counter-productive.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list