----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3369/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11370:492253ed13c8 --------------------------- mem: Handful extra features for BasePrefetcher Some common functionality added to the base prefetcher, mainly dealing with extracting the block addres, page address, block index inside the page and some other information that can be inferred from the block address. This is used for some prefetching algorithms, and having the methods in the base, as well as the block size and other information is the sensible way. Diffs ----- src/mem/cache/prefetch/base.hh bbbb3df33d41 src/mem/cache/prefetch/base.cc bbbb3df33d41 Diff: http://reviews.gem5.org/r/3369/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
