This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
conditional registers per function, possible or not?
- To: gcc at gcc dot gnu dot org
- Subject: conditional registers per function, possible or not?
- From: Dylan_S_Cuthbert at hq dot scei dot sony dot co dot jp
- Date: Thu, 22 Jun 2000 21:05:35 +0900
I didn't get a response to my last question along these lines:
Is it at all possible within the current gcc frame work to be able to use
conditional registers selected on a per function basis?
Something like this perhaps:
int SpecialFunction( ) __attribute__ ((registers_begin( $8))) __attribute__
((registers_end( $20)));
Ideas?
Dylan Cuthbert