Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2000 14:56:16 -0600
From:      Chuck Paterson <cp@bsdi.com>
To:        Doug Rabson <dfr@nlsystems.com>
Cc:        arch@freebsd.org
Subject:   Re: Sparc & api for asynchronous task execution (2) 
Message-ID:  <200005172056.OAA25889@berserker.bsdi.com>

next in thread | raw e-mail | index | archive | help
}
}I didn't realize that every function call involved a fault on the sparc
}architecture - that sounds pretty nasty.

	Actually every function call doesn't cause a fault, every
time you overflow/underflow the current set of register windows causes a
fault. (Perhaps what you meant). This means that calling a function
from the bottom most function will cause two faults, one for going down
and one eventually as you go up.

	This makes going up and down when you don't overflow
very fast at the expense of when you add to the total depth.

Chuck



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005172056.OAA25889>