Closed
Bug 5565
Opened 25 years ago
Closed 25 years ago
cleanup - lwbrk.dll & unicharutil.dll: remove RegisterComponent() calls
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: bobj, Assigned: ftang)
Details
(Whiteboard: [Perf])
Suresh Duddi wrote:
1.Look at NS_SetupRegistry() and NS_SetupRegistry1() functions
2.If your component lives under the components directory,
remove the RegisterComponent() call from there
And then be happy you just improved the startup performance of
apprunner by saving an unneccessary dll load/unload combination.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Updated•25 years ago
|
Summary: lwbrk.dll & unicharutil.dll: remove RegisterComponent() calls → cleanup - lwbrk.dll & unicharutil.dll: remove RegisterComponent() calls
Assignee | ||
Comment 3•25 years ago
|
||
remove for UNIX now. Need to verify Mac and window
Assignee | ||
Comment 4•25 years ago
|
||
window have been verify. Now it is #ifdef XP_MAC ... one more platform to go...
Assignee | ||
Comment 5•25 years ago
|
||
verified on mac, check in after tree open.
Whiteboard: [Perf] → [Perf] verified on mac, check in after tree open.
Frank,I updated the bugzilla status line. Change it after you've checked in.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•25 years ago
|
||
check in Mac. Done for all three platforms....
Whiteboard: [Perf] verified on mac, check in after tree open. → [Perf]
Updated•25 years ago
|
QA Contact: teruko → ftang
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•