Closed Bug 1341231 Opened 8 years ago Closed 8 years ago

Investigate handling extremely-long-word case when hyphens: auto is set

Categories

(Core :: Layout: Text and Fonts, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1056516

People

(Reporter: chenpighead, Assigned: chenpighead)

References

Details

This is a follow-up of Bug 1056516. So far, there two options have been discussed in bug 1056516: (1) maintain/store extra information between neighboring hyphen-break-buffers, and access them back and forth if needed, or (2) use an AutoTArray to store hyphen-breaks information of the whole text run, so boundaries of the neighboring buffers are gone, no extra information needed, no additional overhead for accessing neighboring buffers, problem solved. Both will hurt us significantly on performance. Although extremely-long-word is not common in the real world, it would be nice to have a light-weighted implementation to solve it.
Assignee: nobody → jeremychen
Status: NEW → ASSIGNED
I've fixed this issue in one of the patchset in Bug 1056516, which should be landed soon. Close this.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.