Closed Bug 329170 Opened 19 years ago Closed 19 years ago

Fast path non-ascii non-complex text

Categories

(Core :: Graphics, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: pavlov, Assigned: pavlov)

References

Details

Attachments

(1 file)

We can draw/measure text a lot faster than we do now...
Attached patch fix (deleted) — Splinter Review
Attachment #213815 - Flags: review?(vladimir)
Comment on attachment 213815 [details] [diff] [review] fix r=me with >+ if (aLength > sizeof(stackBuf)) >+ dxBuf = (int *)malloc(aLength * sizeof(int)); aLength > sizeof(stackBuf)/sizeof(int) >+ if (aLength > sizeof(stackBuf)) >+ dxBuf = (int *)malloc(aLength * sizeof(int)); same later on
Attachment #213815 - Flags: review?(vladimir) → review+
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Did this checkin cause bug 339708, by any chance?
Blocks: 334719
Depends on: 339708
no, unrelated
No longer depends on: 339708
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: