Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2007 11:49:08 -0800
From:      Marcel Moolenaar <xcllnt@mac.com>
To:        Julian Elischer <julian@elischer.org>
Cc:        Kostik Belousov <kostikbel@gmail.com>, Alexander Motin <mav@freebsd.org>, freebsd-arch@freebsd.org
Subject:   Re: Kernel thread stack usage
Message-ID:  <0414590D-0C2A-4EBD-9617-7AC193ABD1E8@mac.com>
In-Reply-To: <47373C5E.2080800@elischer.org>
References:  <1191187393.00807485.1191175801@10.7.7.3> <1191189248.00807488.1191177603@10.7.7.3> <4736D8AF.7010209@FreeBSD.org> <20071111163815.GJ37471@deviant.kiev.zoral.com.ua> <47373C5E.2080800@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Nov 11, 2007, at 9:31 AM, Julian Elischer wrote:

> Also, and others may want to pipe in on this, it might go in
> machine dependent code because it is *theoretically* we could port  
> one day to a machine with an upward growing stack.

This is not theoretical at all: On ia64 there are 2 stacks. One
growing down and one growing up. The downward stack is used for
stack-based variables and the pward growing stack is used by
the processor for stacked registers.

The code suggested will not be meaningful on ia64.

-- 
Marcel Moolenaar
xcllnt@mac.com





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0414590D-0C2A-4EBD-9617-7AC193ABD1E8>