Searched hist:9377 (Results 1 - 14 of 14) sorted by relevance

/gem5/src/arch/alpha/
H A Ddecoder.hhdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
/gem5/src/arch/power/
H A Ddecoder.hhdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
/gem5/src/arch/mips/
H A Ddecoder.hhdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
/gem5/src/arch/sparc/
H A Ddecoder.hhdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
H A Disa.ccdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
/gem5/src/arch/x86/
H A Ddecoder.ccdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
H A Ddecoder.hhdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
/gem5/src/arch/arm/
H A Ddecoder.hhdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
H A Ddecoder.ccdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
H A Disa.ccdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
/gem5/src/cpu/checker/
H A Dcpu_impl.hhdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
/gem5/src/cpu/
H A Dsimple_thread.ccdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
/gem5/src/cpu/simple/
H A Dbase.ccdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
/gem5/src/cpu/o3/
H A Dfetch_impl.hhdiff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder.

This interface is no longer used, and getting rid of it simplifies the
decoders and code that sets up the decoders. The thread context had been used
to read architectural state which was used to contextualize the instruction
memory as it came in. That was changed so that the state is now sent to the
decoders to keep locally if/when it changes. That's significantly more
efficient.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>

Completed in 101 milliseconds