Bug 774 - RFE: Xserver should have an option to define the page size and default to 64KB
Summary: RFE: Xserver should have an option to define the page size and default to 64KB
Status: RESOLVED WONTFIX
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: SPARC Solaris
: high enhancement
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: cleanup0407
Depends on:
Blocks:
 
Reported: 2004-06-20 19:02 UTC by Roland Mainz
Modified: 2007-04-09 13:48 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
multipagesize.c - quick&dirty hack which shows how to set the page size for stack&&heap (use % pmap -s <pid> # to verify...) (718 bytes, text/plain)
2004-06-20 21:28 UTC, Roland Mainz
no flags Details
Prototype patch for 2004-10-09-trunk (7.63 KB, patch)
2004-10-09 00:03 UTC, Roland Mainz
no flags Details | Splinter Review

Description Roland Mainz 2004-06-20 19:02:27 UTC
RFE: The Xserver should have an option to define the page size (on systems which
support multiple page size) and default to 64KB (e.g. anything better than the
"default" 8KB page size).
Comment 1 Roland Mainz 2004-06-20 21:28:13 UTC
Created attachment 394 [details]
multipagesize.c - quick&dirty hack which shows how to set the page size for stack&&heap (use % pmap -s <pid> # to verify...)
Comment 2 Roland Mainz 2004-10-09 00:03:48 UTC
Created attachment 1045 [details] [review]
Prototype patch for 2004-10-09-trunk

The patch adds a new "-pagesize" option on platforms with MPSS API support
(=Solaris) and sets the default to 512k pages.
Comment 3 Daniel Stone 2007-02-27 01:23:40 UTC
Sorry about the phenomenal bug spam, guys.  Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Comment 4 Daniel Stone 2007-04-07 14:23:42 UTC
alan, since it's only available on solaris, your call: is there any point in applying it?
Comment 5 Alan Coopersmith 2007-04-09 13:48:25 UTC
I don't think we need this on Solaris, since we have the generic ppgsz tool to set
preferred page sizes for processes without having to modify every process to set
it's preferred page sizes.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.