Closed
Bug 375449
Opened 19 years ago
Closed 18 years ago
NS_InvokeByIndex not exported from xpcom, only from xpcom_core
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sayrer, Assigned: benjamin)
Details
Attachments
(2 files)
|
8.73 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
|
1.67 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
| Assignee | ||
Comment 2•18 years ago
|
||
Attachment #262644 -
Flags: review?(dbaron)
Comment on attachment 262644 [details] [diff] [review]
Export xptcall symbols properly, rev. 1
r=dbaron
Do the existing callers link to xpcom_core to avoid the performance penalty? I suppose it's pretty negligible compared to all the other stuff they have to do, though.
Attachment #262644 -
Flags: review?(dbaron) → review+
| Assignee | ||
Comment 4•18 years ago
|
||
Fixed on trunk. Yes, callers using internal linkage (all the perf-critical ones) will continue to link against the xpcom_core version.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•18 years ago
|
Flags: in-testsuite-
Comment 5•18 years ago
|
||
This must be a typo and breaks Firefox on Solaris.
Attachment #262738 -
Flags: review?(benjamin)
| Assignee | ||
Comment 6•18 years ago
|
||
Comment on attachment 262738 [details] [diff] [review]
Patch for Solaris SPARC/x86
Yeah, I forgot to add a /g to my regex-replace.
Attachment #262738 -
Flags: review?(benjamin) → review+
Comment 7•18 years ago
|
||
Checking in xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc_solaris_SUNW.s;
/cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc_solaris_SUNW.s,v <-- xptcinvoke_asm_sparc_solaris_SUNW.s
new revision: 1.10; previous revision: 1.9
done
Checking in xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_x86_solaris_SUNW.s;
/cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_x86_solaris_SUNW.s,v <-- xptcinvoke_asm_x86_solaris_SUNW.s
new revision: 1.4; previous revision: 1.3
done
=>Checked in.
You need to log in
before you can comment on or make changes to this bug.
Description
•