Open
Bug 553733
Opened 16 years ago
Updated 3 years ago
Export DLL functions using ordinal numbers
Categories
(Firefox :: General, defect)
Tracking
()
NEW
People
(Reporter: ehsan.akhgari, Unassigned)
Details
(Whiteboard: [ts][win])
We should be exporting DLL functions on Windows using ordinal numbers, and not names. Ordinal functions take less space, which would win us a marginal I/O time during cold startup, and they're also faster for the Windows loader to manipulate, so we'll get another Ts win from that side.
| Reporter | ||
Updated•16 years ago
|
Version: 3.5 Branch → Trunk
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•