-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.m5sim.org/r/752/#review1374
-----------------------------------------------------------

Ship it!


- Steve


On 2011-06-29 04:06:39, Gabe Black wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.m5sim.org/r/752/
> -----------------------------------------------------------
> 
> (Updated 2011-06-29 04:06:39)
> 
> 
> Review request for Default, Ali Saidi, Gabe Black, Steve Reinhardt, and 
> Nathan Binkert.
> 
> 
> Summary
> -------
> 
> ExecContext: Rename the readBytes/writeBytes functions to readMem and 
> writeMem.
> 
> readBytes and writeBytes had the word "bytes" in their names because they
> accessed blobs of bytes. This distinguished them from the read and write
> functions which handled higher level data types. Because those functions don't
> exist any more, this change renames readBytes and writeBytes to more general
> names, readMem and writeMem, which reflect the fact that they are how you read
> and write memory. This also makes their names more consistent with the
> register reading/writing functions, although those are still read and set for
> some reason.
> 
> 
> Diffs
> -----
> 
>   src/arch/arm/isa/templates/mem.isa 4adb1148ef73 
>   src/arch/generic/memhelpers.hh PRE-CREATION 
>   src/cpu/base_dyn_inst.hh 4adb1148ef73 
>   src/cpu/exec_context.hh 4adb1148ef73 
>   src/cpu/inorder/inorder_dyn_inst.hh 4adb1148ef73 
>   src/cpu/inorder/inorder_dyn_inst.cc 4adb1148ef73 
>   src/cpu/simple/atomic.hh 4adb1148ef73 
>   src/cpu/simple/atomic.cc 4adb1148ef73 
>   src/cpu/simple/timing.hh 4adb1148ef73 
>   src/cpu/simple/timing.cc 4adb1148ef73 
> 
> Diff: http://reviews.m5sim.org/r/752/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Gabe
> 
>

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to