Re: Ideas about speeding up the dynrec
Posted on 2009-10-10, 19:32
I would like an opinion on this idea: In dynrec, when memory is accessed, a function is called. This function checks if the memory address can be accessed directly or with a read/write handler and then accesses the memory using appropriate method. The idea is to call a different function. The …