This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/3] make stack_slot_list a vec<rtx>


On 08/26/2016 06:03 PM, Trevor Saunders wrote:
yeah, it was just from being overly careful to not change behavior, but
that's silly we can always revert if it turns out to break something.

Not silly at all - it's a good mindset to have. But in cases where the order doesn't matter I think it's best to go for the simplest method so as to not puzzle future readers.


Bernd


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]