Interesting that I've seen essentially the same question
forwarded to me (even the same elfdump output :)).
It seems that it's the data that's preventing the text section
to get large pages (since the text section below seems ok
- it's not just the .text section that goes into the r-x pages
at th
Is the correct list to discuss performance problems I'm seeing when
trying to get my company's PCI-e 10GbE nic to max out the link on an
ontario server like it does on an amd64?
Thanks in advance,
Drew
___
perf-discuss mailing list
perf-discuss@o
David McDaniel wrote:
A binary is less 4M and demonstrates high ITLB miss rates. I decide to
experiment with making it larger to address the issue.
The first approach was to assemble the following .s file and link it into the
target binaries:
.section ".text"
.align 4096*1024
.skip 8
Thi
Hi,
We just updated the list of performance benchmarks for possible use
with OpenSolaris. These benchmarks will also be available for the
community to use in the upcoming Self Test facility.
Futher details are available at
http://www.opensolaris.org/os/community/testing/perfbench/
Feedback appr
A binary is less 4M and demonstrates high ITLB miss rates. I decide to
experiment with making it larger to address the issue.
The first approach was to assemble the following .s file and link it into the
target binaries:
.section ".text"
.align 4096*1024
.skip 8
This resulted in an enlarge