This is the mail archive of the gcc-patches@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: RFA: RL78: Remove far operand optimization in rl78_force_nonfar_3


Hi DJ,

This is OK, but note that it prevents some operations like:

__far int i;

foo()
{
   i ++;
}

from being implemented with a minimum set of opcodes.  This might be
particularly troublesome for volatile far things.

Right - it is something I will have to look into.

Cheers
  Nick



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