Search Results

Search: Posts Made By: sanjay_singh85
Forum: Solaris 07-02-2013
4,270
Posted By jlliagre
Can you post your updated code ?
Can you post your updated code ?
Forum: Solaris 07-02-2013
4,270
Posted By DGPickett
Well, as processes get dispatched to CPUs, some...
Well, as processes get dispatched to CPUs, some registers must be reloaded every time, like VM translation cache, even if it is the same CPU as last dispatch, as something else has been running in...
Forum: Solaris 07-02-2013
4,270
Posted By Corona688
It takes time for processes to move around from...
It takes time for processes to move around from CPU to CPU to CPU to CPU. Cache must be copied, RAM perhaps re-fetched. Prevent it from moving and these losses are minimized.
Forum: Solaris 07-01-2013
4,270
Posted By DGPickett
If a thread goes from one multicore to the other,...
If a thread goes from one multicore to the other, the cache is empty. Often, everyting one writes, the other discards from cache. The may be similar problems with VM translation cache.
Forum: Solaris 06-28-2013
4,270
Posted By jlliagre
Your program is CPU bound and doesn't make any...
Your program is CPU bound and doesn't make any I/O so doesn't take that much advantage of the CMT architecture.

The difference in results might be due to the migration of threads from one core to...
Forum: Solaris 06-27-2013
4,270
Posted By DGPickett
Did you compile for fastest on this platform on...
Did you compile for fastest on this platform on the slower machine? The SunWSPro compiler has a lot of optimizations, some very architecture specific.

The multicore CPUs can be slower on a single...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 01:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy