gecko-dev/xpcom/glue
Doug Thayer 492ceb9eae Bug 1538279 - Use CreateFileMapping with SEC_IMAGE to prefetch Windows DLLs r=aklotz
Our old approach was reading this into a region of unexecutable memory,
meaning when we actually loaded the library it needed to be loaded into
executable memory. This fixes that. I suspect that any gains we were
seeing previously were due to hardware effects.

Differential Revision: https://phabricator.services.mozilla.com/D26018

--HG--
extra : moz-landing-system : lando
2019-04-13 18:46:18 +00:00
..
standalone Bug 1538279 - Use CreateFileMapping with SEC_IMAGE to prefetch Windows DLLs r=aklotz 2019-04-13 18:46:18 +00:00
FileUtils.cpp Bug 1538279 - Use CreateFileMapping with SEC_IMAGE to prefetch Windows DLLs r=aklotz 2019-04-13 18:46:18 +00:00
FileUtils.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MemUtils.cpp Bug 1538279 - Extract nsZipArchive's madvise and similar to a helper r=glandium,froydnj 2019-04-13 18:46:04 +00:00
MemUtils.h Bug 1538279 - Extract nsZipArchive's madvise and similar to a helper r=glandium,froydnj 2019-04-13 18:46:04 +00:00
XREAppData.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
moz.build Bug 1538279 - Extract nsZipArchive's madvise and similar to a helper r=glandium,froydnj 2019-04-13 18:46:04 +00:00
objs.mozbuild Bug 1538279 - Extract nsZipArchive's madvise and similar to a helper r=glandium,froydnj 2019-04-13 18:46:04 +00:00