mem: Use a const T & in write<> to avoid an unnecessary copy.
authorGabe Black <gabeblack@google.com>
Thu, 2 May 2019 03:16:56 +0000 (20:16 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 29 May 2019 04:23:55 +0000 (04:23 +0000)
commit1a631bd79bdcf2d66d845f79758e16e3ec9d7a7f
tree2627b9c5afa53eaf6034dd0eb9998e6f6d24089e
parent8666440499ef5b175b16efcf9d3a53f0583f0c45
mem: Use a const T & in write<> to avoid an unnecessary copy.

If the type T is complex/large, the it makes sense to access it in place
and not copy it and then not modify it.

Change-Id: Idd24be4fbba636375637ff72b1ba5ee32eb76215
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18573
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/mem/port_proxy.hh