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

Re: libgcc2


On Thu, May 13, 2010 at 8:46 AM, EggenmÃller Bernd <egge-b@gmx.de> wrote:
> Is there any implementation with less registers like this.

libgcc2 is written in C; so if it fails to compile you need to fix up
your backend.  There might need some middle-end fixes too with this
small number of registers used.  You might just want to disable double
register sized integer types to fix this in the end.

Thanks,
Andrew Pinski


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