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]

Re: Experimental post-reload life analysis


> One note though, with this patch installed, I got a successful bootstrap on
> my i686-pc-linux-gnu box, but I get an abrot in reload_life_analysis
> when compiling serial.c from the linux2.1.124 kernel.
> 
> I'll put together a testcase sometime tomorrow if you haven't already beat
> me to it.

Thanks for the information.  I haven't seen that yet, but I'll try (no need
for you to bother with creating a test case).
I've updated the patch to set global/fixed/uneliminated regs as live
throughout the function, and not to create REG_UNUSED notes for all
call-clobbered regs on every function call.  I'll send a new version as soon
as I've tested it a bit more.

Bernd


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