DNR: Load ruleset directly in memory instead of mmap-ing it.
This CL changes the ruleset file data to no longer be memory mapped. This was not ideal since mmap-ing a file on the IO thread can cause it to get de- scheduled in case of a page fault, which we do not want. This CL changes the ruleset file data to be copied and available directly in memory. BUG=774271, 696822 Change-Id: I1c8aae2c1d48a7bf68a2c878a227d15344588039 Reviewed-on: https://chromium-review.googlesource.com/874595Reviewed-by:Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#530703}
Showing
Please register or sign in to comment