The operator== is there since before. I am happy to change it to something else if that's desired. Anyone else, opinions, ideas?
Andreas On 21/09/2012 17:42, "Nilay Vaish" <[email protected]> wrote: >On Fri, 21 Sep 2012, Andreas Hansson wrote: > >> >> >>> On Sept. 21, 2012, 9:17 a.m., Nilay Vaish wrote: >>>> src/base/addr_range.hh, line 134 >>>> <http://reviews.gem5.org/r/1429/diff/1/?file=29812#file29812line134> >>>> >>>> Why do we need to do this? How many characters are we saving any >>>>way? >> >> The operators are important with the addition of striping. The whole >> idea is to hide all the checking for interleaving and matching inside >> the AddrRange and never use the start and end outside of this class. I >> hope that explains it. >> > >I meant why we need to use the operator==() for doing all this checking. >We can create a new function that does this checking. > >-- >Nilay > -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
