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]

Re: Cleanups for the m68k backend


On Mon, 7 Jul 2003, Richard Henderson wrote:
> Even better would be to update the m68k port to emit prologues
> as rtl instead of as text.  Yes, I know scheduling is more or
> less pointless on these machines, but we'd like to eventually
> *elimitate* prologue-as-text for maintainence, validation, and
> other assorted reasons.

Changing prologue from text to rtl causes unnecessary .eh_frame
growth; unnecessary at least in absence of
-fasynchronous-exceptions.  There really needs to be support for
collapsed .eh_frame dwarf2 prologue info for exceptions, i.e.
not forcibly filled with dw2_advance_loc4:s (sp?). With the
dwarf2out_* interface, you could at least control the label
positions.  I see m68k would be affected; it emits register save
information in chunks corresponding to multiple instructions,
with one label per chunk.

brgds, H-P


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