On Thu, 9 May 2013, Andreas Hansson wrote:
On May 9, 2013, 4:11 a.m., Nilay Vaish wrote:
src/mem/cache/mshr.cc, line 407
<http://reviews.gem5.org/r/1864/diff/1/?file=35375#file35375line407>
Can you comment on how this swap is performed?
You mean add a comment in the code? It's using move semantics (rvalues) and is
the default STL swap implementation.
I was concerned about the time complexity of swap() function. I later
checked the documentation which stated that its constant time.
--
Nilay
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev