-
- Downloads
Bug 1892652 - Part 1: Fall back to sending buffer data inline if shmem...
Bug 1892652 - Part 1: Fall back to sending buffer data inline if shmem allocation fails, r=ipc-reviewers,jld This may help reduce crashes in some cases, especially on 32-bit machines which may be suffering from severe memory fragmentation. This required serializing extra information for large buffers which would be sent as a shmem to record if the shmem allocation succeeded or failed on the sending side. Differential Revision: https://phabricator.services.mozilla.com/D209880
Please register or sign in to comment