Closed
Bug 567582
Opened 15 years ago
Closed 6 years ago
IPDL: AdoptShmem() is O(n) in the number of Shmems
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: cjones, Unassigned)
References
Details
If we get into situations where we have a whole bunch of Shmems and a lot of adopting, this performance characteristic might be undesirable. The fix is to store a reverse mapping of |SharedMemory* -> id| "somewhere".
Comment 1•6 years ago
|
||
AdoptShmem was removed as dead code in bug 1245241.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•