Bug 137395 - SVGToOTFFontConverter::addCodepointRanges() has "absurdly slow" behavior
Summary: SVGToOTFFontConverter::addCodepointRanges() has "absurdly slow" behavior
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-03 11:47 PDT by Myles C. Maxfield
Modified: 2014-10-03 11:47 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2014-10-03 11:47:27 PDT
It allocates and deallocates an entire string for each code point.