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]

genrecog: ran out of alphabet


genrecog uses strings to keep track of where it is, specifically,
digits and letters.  I've got an insn that writes to more than 26
registers.  Would switching to something bigger than [A-Z] be
difficult?  Perhaps using Japanese letters instead of English?  ;-)


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