|
|
| laziness, impatience, and hubris | |
| PerlMonks |
OT: Solaris expertise?by BrowserUk (Pope) |
| on Sep 28, 2011 at 00:53 UTC ( #928213=perlquestion: print w/ replies, xml ) | Need Help?? |
|
BrowserUk has asked for the
wisdom of the Perl Monks concerning the following question:
Can anyone make sense of the following extract from a paper(pdf): Compare and swap (casx): This instruction swaps the contents of one memory position allocated in the L2 data cache with the value of a register. This means that this instruction always accesses a memory location in L2 cache. How (On Solaris, possibly only in assembler?) do you allocated a piece of memory such that "This means that this instruction always accesses a memory location in L2 cache.". That is:
I'm trying to work out how to apply their work on a Intel processor. The Perl link is another attempt at trying to make efficient shared memory available to from Perl. Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||