Robustness between Weak Memory Models 
			
			Soham Chakraborty
						  Date: Wed, September 22, 2021
							
					          
						    Time: 12:00
						  
							
						  Room: Soham's Zoom Room
							
						
Robustness of a concurrent program ensures that its behaviors on a weak concurrency model are indistinguishable from those on a stronger model. Enforcing robustness is particularly useful when porting or migrating applications between architectures. Existing tools mostly focus on ensuring sequential consistency (SC) robustness which is a stronger condition and may result in unnecessary fences.
To address this gap, we analyze and enforce robustness between weak memory models, more specifically for two mainstream architectures: x86 and ARM (versions 7 and 8). We identify robustness conditions and develop analysis techniques that facilitate porting an application between these architectures. To the best of our knowledge, this is the first approach that addresses robustness between the hardware weak memory models.
We implement our robustness checking and enforcement procedure as a compiler pass in LLVM and experiment on a number of standard concurrent benchmarks. In almost all cases, our procedure terminates instantaneously and insert significantly less fences than the naive schemes that enforce SC-robustness.
Previous: 
			    Casper Bach Poulsen | Towards a Language for Defining and Composing Languages
			  
		  
			Next: 
			    Jesper Cockx | Representing variables and scopes for Agda Core