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: Fix problem with variable tracking and lcoation lists



On Mar 29, 2004, at 1:51 PM, Richard Henderson wrote:


On Sat, Mar 27, 2004 at 09:55:21AM +0100, Josef Zlomek wrote:
As the result the loc_list has at least 2 elements and the location list
is emitted.

Why are we emitting a location list of one location? That seems like needless indirection...

It is.
In fact, when i originally wrote this stuff (Josef rewrote and cleaned it up, big time), it wouldn't use location lists if there was only one location.



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