Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Nov 2001 09:40:26 -0800
From:      Peter Wemm <peter@wemm.org>
To:        Doug Rabson <dfr@nlsystems.com>
Cc:        Marcel Moolenaar <marcel@xcllnt.net>, ia64@FreeBSD.ORG
Subject:   Re: Region usage 
Message-ID:  <20011108174026.F0A953807@overcee.netplex.com.au>
In-Reply-To: <Pine.BSF.4.33.0111081124080.88856-100000@herring.nlsystems.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Doug Rabson wrote:
> On Wed, 7 Nov 2001, Marcel Moolenaar wrote:
> 
> > On Wed, Nov 07, 2001 at 10:13:48AM +0000, Doug Rabson wrote:
[..]
> > > A truly 'large' application can always overflow into the other regions.
> >
> > The question is if this can be done automagically or if it requires
> > compile-time options or even ELF object tuning (ie flags).
> 
> This would happen automatically. If the elf sections were rooted in
> specific regions, the loader would automatically put them there and the VM
> system would allocate spaces as required. If a running app wants to use a
> new region, its as simple as giving an explicit address to mmap(2).

There appears to be some bugs here right now.  I was able to mmap over
4500TB of data files into a single region, which is bigger than the number
of bits implemented in a region. (2^51 on the itanium if I recall
correctly)  I dont think it should have returned addresses above 2048TB in
the region.

Secondly, pressing ^C takes quite some time..  I think its spending its
time in pmap_invalidate_all()..  This is with interrupts disabled.
(where quite some time == ~10 minutes with a an 8TB file mmaped).

Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5


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




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