From: "David S. Miller" <davem@davemloft.net>
To: sparclinux@vger.kernel.org
Subject: Re: ESP busted
Date: Thu, 09 Mar 2006 21:16:37 +0000 [thread overview]
Message-ID: <20060309.131637.114886710.davem@davemloft.net> (raw)
From: Josh Grebe <josh@brokedown.net>
Date: Thu, 09 Mar 2006 07:22:11 -0600
> Its 150k, so I've put it up at:
> http://dev.gentoo.org/~squash/esp.s
This is really bad, GCC isn't inlining anything.
So the deepest IRQ handler path eats up ~1152 bytes of stack space and
that's before we call into the scsi layer to indicate command
completion.
With gcc-4.0.x most of the IRQ path gets inlined even with the -Os we
are giving to GCC now.
What gcc version are you using again? I'll try to reproduce here and
try to add some inline directives to try and cure this.
Thanks.
next reply other threads:[~2006-03-09 21:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-09 21:16 David S. Miller [this message]
2006-03-09 21:19 ` ESP busted Josh Grebe
2006-03-09 21:27 ` David S. Miller
2006-03-09 21:40 ` David S. Miller
2006-03-12 21:09 ` Jason Wever
2006-03-12 21:52 ` David S. Miller
2006-03-13 3:14 ` Jason Wever
2006-03-13 4:30 ` David S. Miller
2006-03-13 4:59 ` Jason Wever
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=20060309.131637.114886710.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=sparclinux@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.