This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Reload questions
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Reload questions
- From: Toshiyasu Morita <tm at netcom dot com>
- Date: Fri, 21 Jan 2000 16:55:45 -0800 (PST)
I'm trying to figure out the difference between an input reload and an
output reload. I'm assuming from the name that an "input reload" is a
restore (from stack) for the input operands of an insn, and an "output
reload" is a spill (to the stack) for the output operands of an insns.
Are my assumptions correct?
Toshi