This is the mail archive of the gcc@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: Functions with multiple entry points


On Sun, Feb 20, 2000 at 11:43:26AM +0100, Martin v. Loewis wrote:
> I think it would be helpful if the middle-end provided support for
> such a general mechanism, thus enabling target-specific optimizations.

The middle end kind-of supports multiple entries.  We don't 
actually emit multiple prologues though.  If we were to rely
on such things, we'd have to fix all the targets that emit
prologues as text not rtl.


r~

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