Files
git/compat
Johannes Schindelin 8a6bb56208 mmap(win32): avoid copy-on-write when it is unnecessary
Often we are mmap()ing read-only. In those cases, it is wasteful to map in
copy-on-write mode. Even worse: it can cause errors where we run out of
space in the page file.

So let's be extra careful to map files in read-only mode whenever
possible.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2016-03-18 01:10:22 +01:00
..
2014-06-03 12:06:40 -07:00
2016-01-04 09:51:33 -08:00
2016-03-18 01:08:47 +01:00
2013-09-11 11:08:52 -07:00