public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Jim Wilson <wilson@cygnus.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] kernel update (second patch relative to 2.4.2)
Date: Fri, 23 Mar 2001 06:53:51 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590693005344@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590693005334@msgid-missing>

>Sounds reasonable.  But I hope you don't mind if I recommend against
>using gcc3 for the kernel until the things I mentioned get fixed.

Yes, that is OK, but I'm of mixed mind about it.  Half of me is happy that
I don't have to support gcc3.  But half of me is wondering that if you forced
use of gcc3, then perhaps everyone would be asking about the same kernel
miscompilation problem, instead of everyone asking about different problems
most of which aren't as important, but still have to be answered.

>Incidentally, I think you mentioned that someone is considering to
>implement the unwind api proposed by the C++ ABI.  Is the plan to use

Yes, Richard Henderson is working on it, and making good progress.  This
is one of the issues holding up the gcc3 release, as the gcc3 release manager
would like this patch to be in it.  For a recent report (yesterday), see
http://gcc.gnu.org/ml/gcc-patches/2001-03/msg01599.html
http://gcc.gnu.org/ml/gcc-patches/2001-03/msg01600.html
To be usable in gcc3, the unwinder has to work for all targets, and that
makes it time consuming to implement and debug.

This is just an API.  It dictates what functions the compiler is supposed
to call to implement unwinding.  It doesn't specify the implementation of
the unwinders.  For those, we are using all of the existing ones, the
setjmp/longjmp unwinder, the DWARF2 frame info unwinder, and the IA-64
unwind info unwinder.  I haven't examined the patches in great detail, but
I believe there is little change to the existing unwinders at this time.

I am not surprised to see C in the list.  Gcc is emitting unwind info by
default for all languages, because I think that is the right thing to do.
It did not do this in the beginning.  This means the -fexception-tables
(or whatever) option that the kernel is using isn't necessary once you
switch to gcc3.

Jim


  parent reply	other threads:[~2001-03-23  6:53 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-22  8:20 [Linux-ia64] kernel update (second patch relative to 2.4.2) David Mosberger
2001-03-22 11:15 ` Andreas Schwab
2001-03-22 19:22 ` Ahna, Christopher J
2001-03-22 22:18 ` Jim Wilson
2001-03-22 23:51 ` David Mosberger
2001-03-23  4:26 ` Jim Wilson
2001-03-23  5:17 ` David Mosberger
2001-03-23  6:53 ` Jim Wilson [this message]
2001-04-05 20:26 ` [Linux-ia64] kernel update (second patch relative to 2.4.3) David Mosberger
2001-04-24 11:46 ` Gustavo Niemeyer
2001-04-24 12:02 ` Jes Sorensen
2001-04-24 14:41 ` Gustavo Niemeyer
2001-04-24 17:18 ` Michael Madore
2001-04-24 17:21 ` Michael Madore
2001-04-24 21:05 ` Jes Sorensen
2001-04-24 21:48 ` David Mosberger
2001-04-25 16:43 ` McCaffity, Ray
2001-04-25 21:16 ` Jim Wilson

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=marc-linux-ia64-105590693005344@msgid-missing \
    --to=wilson@cygnus.com \
    --cc=linux-ia64@vger.kernel.org \
    /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