drc: do modification check in smaller than page granularity
authornotaz <notasas@gmail.com>
Wed, 21 Sep 2011 23:11:04 +0000 (02:11 +0300)
committernotaz <notasas@gmail.com>
Thu, 22 Sep 2011 17:32:11 +0000 (20:32 +0300)
There are some games that keep writing in the same 4k page where the
code resides (Alien Ressurection is one such example). I've noticed
those accesses are usually to a small region, so keep range of addresses
that has no code and has been recently accessed and check it when the
writes come.


No differences found