-
- Downloads
Bug 1397468 - Shmem creation/destruction messages should not be SystemGroup (r=dvander)
It's important that shmem creation/destruction messages be ordered correctly with respect to other messages that use shmems. For example, if we create a shmem with ID 10 and then send a message that references shmem 10, then the creation message must be handled before the referencing message. If shmem creation/destruction messages go in a separate queue from other messages, this ordering may not be preserved. Leaving shmem creation/destruction unlabeled will give us the correct ordering. Eventually, though, we'll need to provide a solution that doesn't bottleneck the event queue. MozReview-Commit-ID: 88MrslRrfnh
Please register or sign in to comment