Searched hist:9345 (Results 1 - 7 of 7) sorted by relevance

/gem5/tests/configs/
H A Dbase_config.pydiff 11501:9345c4320477 Fri May 27 12:05:00 EDT 2016 Stephan Diestelhorst <stephan.diestelhorst@arm.com> mem, config: Selective use of snoop filter

Disable the default snoop filter in the SystemXBar so that the
typical membus does not have a snoop filter by default. Instead,
add the snoop filter only when there are caches added to the system
(with the caches / l2cache options).

The underlying problem is that the snoop filter grows without
bounds (for now) if there are no caches to tell it that lines have
been evicted. This causes slow regression runs for all the atomic
regressions. This patch fixes this behaviour.
/gem5/configs/common/
H A DCacheConfig.pydiff 11501:9345c4320477 Fri May 27 12:05:00 EDT 2016 Stephan Diestelhorst <stephan.diestelhorst@arm.com> mem, config: Selective use of snoop filter

Disable the default snoop filter in the SystemXBar so that the
typical membus does not have a snoop filter by default. Instead,
add the snoop filter only when there are caches added to the system
(with the caches / l2cache options).

The underlying problem is that the snoop filter grows without
bounds (for now) if there are no caches to tell it that lines have
been evicted. This causes slow regression runs for all the atomic
regressions. This patch fixes this behaviour.
/gem5/src/base/loader/
H A Dobject_file.hhdiff 6392:9345de6fca33 Mon Jul 27 03:50:00 EDT 2009 Ali Saidi <saidi@eecs.umich.edu> ARM: Detect OABI binaries and complain that they're no-longer supported.
H A Delf_object.ccdiff 6392:9345de6fca33 Mon Jul 27 03:50:00 EDT 2009 Ali Saidi <saidi@eecs.umich.edu> ARM: Detect OABI binaries and complain that they're no-longer supported.
/gem5/src/python/
H A DSConscriptdiff 9345:b557fcea030d Fri Nov 02 12:32:00 EDT 2012 Andreas Sandberg <Andreas.Sandberg@ARM.com> sim: Add SWIG interface for Serializable

This changeset adds a SWIG interface for the Serializable class, which
fixes a warning when compiling the SWIG interface for the event
queue. Currently, the only method exported is the name() method.
/gem5/src/python/m5/
H A DSimObject.pydiff 9345:b557fcea030d Fri Nov 02 12:32:00 EDT 2012 Andreas Sandberg <Andreas.Sandberg@ARM.com> sim: Add SWIG interface for Serializable

This changeset adds a SWIG interface for the Serializable class, which
fixes a warning when compiling the SWIG interface for the event
queue. Currently, the only method exported is the name() method.
/gem5/src/sim/
H A Dprocess.ccdiff 6392:9345de6fca33 Mon Jul 27 03:50:00 EDT 2009 Ali Saidi <saidi@eecs.umich.edu> ARM: Detect OABI binaries and complain that they're no-longer supported.

Completed in 113 milliseconds