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]
Other format: [Raw text]

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?


r~


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