Re: mmap(2) performance netbsd-1-6 vs. -current
enami tsugutomo <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.performance,gmane.os.netbsd.devel.kernel |
|---|---|
| Organization | Sony Corp. |
| Message-ID | <[email protected]> |
enami tsugutomo <[email protected]> writes: > So, the time difference in the first test is also due to map entry > merging, I guess. Hmm, but the direction is forward. So, there is merge even in 1.6. Actually, if i put a guard page to prevent merge with existing anon (like shlib's), it behaves similarly on both 1.6 and -current. enami.