This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: rtlopt merge part 2 - bb-reorder rewrite (updated)
> On Sat, Feb 08, 2003 at 06:41:44PM +0100, Jan Hubicka wrote:
> > We also may want to find sollution that will also work with computed
> > jumps. (For instance for i386 it is OK to simply duplicate the jumps
> > and share tables but GCC don't know that). This seems to be relatively
> > important for interpreters that consiste of one large switch statement
> > commonly replaced by computed goto block...
>
> Perhaps this could be controled by JUMP_TABLES_IN_TEXT_SECTION?
Perhaps. We will have to keep in the mind that we can not redirect
edges anymore (probably abnormailize them), so this will be bit more
tricky. I can try to look into this later.
Honza
>
>
> r~