Closed
Bug 81763
Opened 24 years ago
Closed 24 years ago
inefficient use of strlen
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: drepper, Assigned: waterson)
Details
(Keywords: perf)
Attachments
(4 files)
550 bytes,
patch
|
Details | Diff | Splinter Review | |
550 bytes,
patch
|
Details | Diff | Splinter Review | |
550 bytes,
patch
|
Details | Diff | Splinter Review | |
550 bytes,
patch
|
Details | Diff | Splinter Review |
(Is this the right component?)
The file
xpfe/components/directory/nsDirectoryViewer.cpp
contains one unnecessary use of nsCRT::strlen which cannot be
automatically be optimized out. I'll attach a patch.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 3•24 years ago
|
||
Reporter | ||
Comment 4•24 years ago
|
||
Reporter | ||
Comment 5•24 years ago
|
||
Sorry for all the attachments. It's always the same file. I simply didn't
get any feedback on whether attaching the file worked.
Assignee | ||
Comment 6•24 years ago
|
||
Fix checked in. Thanks for the patch.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•