Searched hist:9863 (Results 1 - 11 of 11) sorted by relevance

/gem5/src/mem/ruby/network/simple/
H A DSwitch.hh9866:94dac7d7bb88 Wed Sep 11 16:33:00 EDT 2013 Joel Hestness <jthestness@gmail.com> ruby: Statically allocate stats in SimpleNetwork, Switch, Throttle

The previous changeset (9863:9483739f83ee) used STL vector containers to
dynamically allocate stats in the Ruby SimpleNetwork, Switch and Throttle. For
gcc versions before at least 4.6.3, this causes the standard vector allocator
to call Stats copy constructors (a no-no, since stats should be allocated in
the body of each SimObject instance). Since the size of these stats arrays is
known at compile time (NOTE: after code generation), this patch changes their
allocation to be static rather than using an STL vector.
9863:9483739f83ee Fri Sep 06 17:21:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> ruby: network: convert to gem5 style stats
H A DThrottle.hh9866:94dac7d7bb88 Wed Sep 11 16:33:00 EDT 2013 Joel Hestness <jthestness@gmail.com> ruby: Statically allocate stats in SimpleNetwork, Switch, Throttle

The previous changeset (9863:9483739f83ee) used STL vector containers to
dynamically allocate stats in the Ruby SimpleNetwork, Switch and Throttle. For
gcc versions before at least 4.6.3, this causes the standard vector allocator
to call Stats copy constructors (a no-no, since stats should be allocated in
the body of each SimObject instance). Since the size of these stats arrays is
known at compile time (NOTE: after code generation), this patch changes their
allocation to be static rather than using an STL vector.
9863:9483739f83ee Fri Sep 06 17:21:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> ruby: network: convert to gem5 style stats
H A DSimpleNetwork.hh9866:94dac7d7bb88 Wed Sep 11 16:33:00 EDT 2013 Joel Hestness <jthestness@gmail.com> ruby: Statically allocate stats in SimpleNetwork, Switch, Throttle

The previous changeset (9863:9483739f83ee) used STL vector containers to
dynamically allocate stats in the Ruby SimpleNetwork, Switch and Throttle. For
gcc versions before at least 4.6.3, this causes the standard vector allocator
to call Stats copy constructors (a no-no, since stats should be allocated in
the body of each SimObject instance). Since the size of these stats arrays is
known at compile time (NOTE: after code generation), this patch changes their
allocation to be static rather than using an STL vector.
9863:9483739f83ee Fri Sep 06 17:21:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> ruby: network: convert to gem5 style stats
H A DThrottle.cc9866:94dac7d7bb88 Wed Sep 11 16:33:00 EDT 2013 Joel Hestness <jthestness@gmail.com> ruby: Statically allocate stats in SimpleNetwork, Switch, Throttle

The previous changeset (9863:9483739f83ee) used STL vector containers to
dynamically allocate stats in the Ruby SimpleNetwork, Switch and Throttle. For
gcc versions before at least 4.6.3, this causes the standard vector allocator
to call Stats copy constructors (a no-no, since stats should be allocated in
the body of each SimObject instance). Since the size of these stats arrays is
known at compile time (NOTE: after code generation), this patch changes their
allocation to be static rather than using an STL vector.
9863:9483739f83ee Fri Sep 06 17:21:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> ruby: network: convert to gem5 style stats
H A DSwitch.cc9866:94dac7d7bb88 Wed Sep 11 16:33:00 EDT 2013 Joel Hestness <jthestness@gmail.com> ruby: Statically allocate stats in SimpleNetwork, Switch, Throttle

The previous changeset (9863:9483739f83ee) used STL vector containers to
dynamically allocate stats in the Ruby SimpleNetwork, Switch and Throttle. For
gcc versions before at least 4.6.3, this causes the standard vector allocator
to call Stats copy constructors (a no-no, since stats should be allocated in
the body of each SimObject instance). Since the size of these stats arrays is
known at compile time (NOTE: after code generation), this patch changes their
allocation to be static rather than using an STL vector.
9863:9483739f83ee Fri Sep 06 17:21:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> ruby: network: convert to gem5 style stats
H A DPerfectSwitch.hh9863:9483739f83ee Fri Sep 06 17:21:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> ruby: network: convert to gem5 style stats
H A DSimpleNetwork.cc9866:94dac7d7bb88 Wed Sep 11 16:33:00 EDT 2013 Joel Hestness <jthestness@gmail.com> ruby: Statically allocate stats in SimpleNetwork, Switch, Throttle

The previous changeset (9863:9483739f83ee) used STL vector containers to
dynamically allocate stats in the Ruby SimpleNetwork, Switch and Throttle. For
gcc versions before at least 4.6.3, this causes the standard vector allocator
to call Stats copy constructors (a no-no, since stats should be allocated in
the body of each SimObject instance). Since the size of these stats arrays is
known at compile time (NOTE: after code generation), this patch changes their
allocation to be static rather than using an STL vector.
9863:9483739f83ee Fri Sep 06 17:21:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> ruby: network: convert to gem5 style stats
H A DPerfectSwitch.cc9863:9483739f83ee Fri Sep 06 17:21:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> ruby: network: convert to gem5 style stats
/gem5/src/mem/ruby/network/
H A DNetwork.cc9863:9483739f83ee Fri Sep 06 17:21:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> ruby: network: convert to gem5 style stats
H A DNetwork.hh9863:9483739f83ee Fri Sep 06 17:21:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> ruby: network: convert to gem5 style stats
/gem5/src/base/
H A Dstatistics.hh9863:9483739f83ee Fri Sep 06 17:21:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> ruby: network: convert to gem5 style stats

Completed in 112 milliseconds