Searched hist:11072 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/sim/
H A Deventq.ccdiff 11072:6a447a3138ef Tue Sep 01 10:28:00 EDT 2015 Andreas Sandberg <andreas.sandberg@arm.com> sim: Remove broken AutoSerialize support from the event queue

Event auto-serialization no longer in use and has been broken ever
since the introduction of PDES support almost two years
ago. Additionally, serializing the individual event queues is
undesirable since it exposes the thread structure of the
simulator. What this means in practice is that the number of threads
in the simulator must be the same when taking a checkpoint and when
loading the checkpoint.

This changeset removes support for the AutoSerialize event flag and
the associated serialization code.
H A Dserialize.ccdiff 11072:6a447a3138ef Tue Sep 01 10:28:00 EDT 2015 Andreas Sandberg <andreas.sandberg@arm.com> sim: Remove broken AutoSerialize support from the event queue

Event auto-serialization no longer in use and has been broken ever
since the introduction of PDES support almost two years
ago. Additionally, serializing the individual event queues is
undesirable since it exposes the thread structure of the
simulator. What this means in practice is that the number of threads
in the simulator must be the same when taking a checkpoint and when
loading the checkpoint.

This changeset removes support for the AutoSerialize event flag and
the associated serialization code.
H A Deventq.hhdiff 11072:6a447a3138ef Tue Sep 01 10:28:00 EDT 2015 Andreas Sandberg <andreas.sandberg@arm.com> sim: Remove broken AutoSerialize support from the event queue

Event auto-serialization no longer in use and has been broken ever
since the introduction of PDES support almost two years
ago. Additionally, serializing the individual event queues is
undesirable since it exposes the thread structure of the
simulator. What this means in practice is that the number of threads
in the simulator must be the same when taking a checkpoint and when
loading the checkpoint.

This changeset removes support for the AutoSerialize event flag and
the associated serialization code.
H A Dserialize.hhdiff 11072:6a447a3138ef Tue Sep 01 10:28:00 EDT 2015 Andreas Sandberg <andreas.sandberg@arm.com> sim: Remove broken AutoSerialize support from the event queue

Event auto-serialization no longer in use and has been broken ever
since the introduction of PDES support almost two years
ago. Additionally, serializing the individual event queues is
undesirable since it exposes the thread structure of the
simulator. What this means in practice is that the number of threads
in the simulator must be the same when taking a checkpoint and when
loading the checkpoint.

This changeset removes support for the AutoSerialize event flag and
the associated serialization code.

Completed in 58 milliseconds