Closed Bug 190536 Opened 22 years ago Closed 22 years ago

Size/Speed optimizations for OS/2

Categories

(SeaMonkey :: Build Config, defect)

x86
OS/2
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.3beta

People

(Reporter: jhpedemonte, Assigned: netscape)

Details

Attachments

(1 file)

By tweaking how we create import libraries on OS/2, we can achieve around 25%
speedup on startup.  Also, we should enable the /OPTFUNC linker option to
decrease size of DLLs and EXEs.
Attached patch patchSplinter Review
By creating the import library from the DLL rather than the DEF file, it uses
ordinals rather than names for the exports.
Attachment #112555 - Flags: review?(seawood)
Chris,

I'm happy with these changes and they work for me. What do you think?
Comment on attachment 112555 [details] [diff] [review]
patch

r=cls
Attachment #112555 - Flags: review?(seawood)
Attachment #112555 - Flags: review+
Attachment #112555 - Flags: approval1.3b?
Comment on attachment 112555 [details] [diff] [review]
patch

a=asa (on behalf of drivers) for checkin to 1.3beta.
Attachment #112555 - Flags: approval1.3b? → approval1.3b+
The patch has been checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.3beta
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: