This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: thread_jumps -- am I crazy?
- To: law at cygnus dot com, gcc at gcc dot gnu dot org
- Subject: Re: thread_jumps -- am I crazy?
- From: Jan Hubicka <jh at suse dot cz>
- Date: Wed, 25 Jul 2001 01:34:20 +0200
Hi,
Your analyzis seems to be correct, to my best knowledge of thread_jumps.
Some time ago I've run into similar problem, but then it mysteriously
disappeared, so I was happy and didn't investigated it futher.
I would like to note, that I am having new jump_threading pass implemented
on the tom of cselib and cfg_cleanup I would like to use instead of the
existing one.
Perhaps it can make sense to concentrate on finishing that code instead
of fixing the existing beast.
Honza