From: Joel Brobecker <brobecker@adacore.com>
To: Mark Kettenis <mark.kettenis@xs4all.nl>
Cc: gdb-patches@sourceware.org
Subject: Re: PING: [RFA/i386] 2 more patterns in i386_analyze_stack_align
Date: Fri, 05 Jan 2007 06:48:00 -0000 [thread overview]
Message-ID: <20070105064916.GS17211@adacore.com> (raw)
In-Reply-To: <200612311215.kBVCF75Z010607@brahms.sibelius.xs4all.nl>
Hi Mark,
A followup on a recent discussion:
> Hmm, you're missing the %ebx case here. Now on ELF systems, you'll
> probably never see it since %ebx is used for GOT access, but on other
> object formats I don't think there is any reason why GCC wouldn't
> choose to use %ebx as well.
I consulted with Olivier Hainque and here is what I learnt:
. The current FSF GCC only uses %ecx, and punts on any realignment
request for a function which needs ecx for other purposes, like
neted functions with a static chain.
. We have a local enhancement that takes advantage of the fact
that when ecx is not available, edx and then eax are used.
I wasn't aware of the fact that this change was local when
I submitted my patch. I don't know yet why this change was
not contributed, probably lack of time. Hopefully it will be
included soon.
. In terms of what registers can be ued in the realignment sequence,
Olivier said:
The "available" registers are the ABI caller-saved registers "dead"
on both entry and exit of the function, that is, not used for arg
passing, static chain or value returning.
. The current implementation is SVR4 ABI oriented AFAICT, and ebx is
not a possible candidate because it is callee-saved. We're not sure
about the status of non-elf targets.
As a result, I think it's 50/50 in terms of adding the %ebx sequence.
I would recommend adding it anyway, with a small comment, just to be
on the safe side. I don't think we can break anything in the debugger
with such a change, and yet nothing worse than a broken callstack
when you're trying to track a bug down.
Let me know what you think.
--
Joel
next prev parent reply other threads:[~2007-01-05 6:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-20 10:49 Joel Brobecker
2006-12-31 6:08 ` PING: " Joel Brobecker
2006-12-31 12:15 ` Mark Kettenis
2006-12-31 14:39 ` Joel Brobecker
2007-01-05 6:48 ` Joel Brobecker [this message]
2007-01-05 11:05 ` Mark Kettenis
2007-01-05 14:36 ` Joel Brobecker
2007-01-05 14:58 ` Mark Kettenis
2007-01-05 16:42 ` Joel Brobecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070105064916.GS17211@adacore.com \
--to=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=mark.kettenis@xs4all.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox