This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: record_effective_endpoints
- From: Richard Henderson <rth at redhat dot com>
- To: Kiran Kumar <kiran dot kumar at mindspeed dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 31 Mar 2003 10:20:33 -0800
- Subject: Re: record_effective_endpoints
- References: <3E81E792.9E608125@mindspeed.com> <20030326180033.GA19016@artax.karlin.mff.cuni.cz> <3E885EBC.D42BA089@mindspeed.com>
On Mon, Mar 31, 2003 at 10:29:00AM -0500, Kiran Kumar wrote:
> This may have serious implications on
> front-ends which do not exactly layout actual
> jump tables right next the tablejump instructions.
Such front ends are broken. This is not the way rtl tablejumps
work. End of analysis.
r~