This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Specifying Number of register to use
- From: <kchak at cs dot wisc dot edu>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 22 Oct 2002 00:38:57 -0500 (CDT)
- Subject: Specifying Number of register to use
Hi,
Is there a way I can restrict the number of register gcc will use in the
code generated by it ? For example, if I want gcc to use only 8 GPR and
8FPR or say 8 GPR and no FPR at all, how would I go about doing that ?
Thanks in advance,
Koushik