-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
The Clone implementation for OsIpcSharedMemory 1 calls dup which seems to allocate a new file descriptor. Maybe making this hold an Arc internally would reduce the number of file descriptors that we allocate though.
Originally posted by @mrobinson in servo/servo#40136 (comment)
Arc::clone is probably cheaper then dup and we could possible reduce number of fds.
Can we avoid double arc without to much complexity in inprocess?
Footnotes
Metadata
Metadata
Assignees
Labels
No labels