Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 6 / Issue 10

available in:   HTML (52 kB) PDF (292 kB) PS (97 kB)
 
get:  
Similar Docs BibTeX   Write a comment
  
get:  
Links into Future
 
DOI:   10.3217/jucs-006-10-0928

 

Performance of Switch Blocking on Multithreaded Architectures

K. Gopinath (Department of Computer Science & Automation Indian Institute of Science, India)

M.K. Krishna Narasinhan (Department of Computer Science & Automation Indian Institute of Science, India)

Abstract: Block multithreaded architectures tolerate large memory and synchronization latencies by switching contexts on every remote-memory-access or on a failed synchronization request. We study the performance of a waiting mechanism called switch-blocking where waiting threads are disabled (but not unloaded) and signalled at the completion of the wait in comparison with switch_spinning where waiting threads poll and execute in a round-robin fashion. We present an implementation of switch-blocking on a cycle-by-cycle simulator for Alewife (a block multithreaded machine) for both remote memory accesses and synchronization operations and discuss results from the simulator. Our results indicate that while switch-blocking almost always has better performance than switch-spinning, its performance is similar to switch-spinning under heavy lock contention. Support for switch-blocking for remote memory accesses may be appropriate in the future due to their strong interactions with synchronization operations.

Keywords: algorithms, blocking, competitive analysis, locks, performance, producer_consumer synchronization, spinning, theory-barriers, waiting time

Categories: C.1.2, C.4, D.4.1, D.4.8