Hmm, unsure of what was removed.  Prefetching across page boundaries should
have always been broken/bad from the perspective of the prefetchers.  Since
they are in the memory system which is purely physical addresses in gem5.
Without a TLB/walker interface to the prefetchers, there is no proper way
for them to prefetch across page boundaries.

Perhaps you were just lucking out with good translations earlier?

On Mon, Jan 26, 2015 at 7:47 PM, George Michelogiannakis via gem5-users <
[email protected]> wrote:

> Hi all,
>
> I noticed that the latest gem5-dev after the reorganization of prefetcher
> structures, removed the option to perform strided prefetching across pages.
> Now the prefetcher remains in the same page.
>
> Is this assumption necessary for other components?
>
> Forcing the option back produces a seg fault due to an unmapped address.
>
> Thanks,
>   George M
>
> _______________________________________________
> 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

Reply via email to