This is the mail archive of the gcc@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]

Re: Live range splitting in new allocator




On Mon, 29 Jan 2001 dewar@gnat.com wrote:

> <<So please at least consider breaking debugging.  It _will_ get fixed -
> too many people care about it.  But it should not get fixed by
> generating bad code.
> >>
>
> It seems perfectly reasonable to me to take this attitude when optimization
> is turned on.
>

my feelings exactly. I can simply disable the splitting when optimziation
is off. It's not like the last implementation of LRS, which was a module
unto itself. The dataflow analysis module greatly simplifies our task.

--Dan


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