This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: load_multiple for argument push!?
- To: 'Joern Rennecke' <amylaar at cygnus dot co dot uk>
- Subject: RE: load_multiple for argument push!?
- From: Kazu Hirata <kazu at hxi dot com>
- Date: Tue, 26 Sep 2000 02:48:30 -0400
- Cc: gcc at gcc dot gnu dot org
> You can define a peephole to coalesce multiple pushes /
> stores into one.
Well, I submitted such a patch for the h3800 target. Then Jeffery Law
suggested that I shuold make use of store_multiple. This is why I am
wondering if gcc supports it for argument push.
By the way, I should have said "store_multiple", because load_multiple does
not write anything to memory. :-)
Thanks,
Kazu Hirata