You are right that each instruction execution is a separate call. There is no binary translation being done.
Steve On Mon, Jul 13, 2015 at 11:45 PM Abhishek Joshi <[email protected]> wrote: > Hi, > Can anyone please tell if binary translation is implemented in gem5? I > have looked through the code and I am aware of how M5 description langauge > is used to generate instruction objects and execute methods for each instr. > As far as I understand, each instruction execution is a call to that > instruction object's execute method with no other optimizations/binary > translation. Am I missing something here? > > Abhishek > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
