#8535 closed patch
residual: optimize Font::getCharIndex
Reported by: | SF/mannythegnome | Owned by: | aquadran |
---|---|---|---|
Priority: | normal | Component: | ResidualVM |
Version: | Keywords: | ||
Cc: | Game: |
Description
The attached patch ensures that if the font's character index matches the character index, it is returned directly, instead of iterating the font's character table.
According to gprof this was a bottleneck:
% cumulative self self total time seconds seconds calls s/call s/call name 34.30 10.75 10.75 1867826 0.00 0.00 Font::getCharIndex(unsigned char)
Ticket imported from: #1495110. Ticket imported from: patches/640.
Attachments (1)
Change History (4)
by , 18 years ago
Attachment: | residual-font.diff added |
---|
comment:1 by , 18 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → ResidualVM |
---|
Note:
See TracTickets
for help on using tickets.
proposed patch