Skip to search formSkip to main contentSkip to account menu

Write barrier

In operating systems, write barrier is a mechanism for enforcing a particular ordering in a sequence of writes to a storage system in a computer… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2013
2013
Software is getting larger and more complex. To simplify programming, languages with automatic memory management are used. In… 
2007
2007
Multimedia applications are supported by several tasks, some of them being response time limited, while others being high… 
2006
2006
Automatic memory management or garbage collection greatly simplifies the development of large systems. However, garbage… 
2004
2004
Concurrent garbage collectors require write barriers to preserve consistency, but these barriers impose significant direct and… 
2003
2003
We propose the use of generations with modern reference counting. A reference counting collector is well suited to collect the… 
Highly Cited
2002
Highly Cited
2002
In many garbage collected systems, the mutator performs a write barrier for every pointer update. Using generational garbage… 
2002
2002
We present a new analysis for removing unnecessary write barriers in programs that use generational garbage collection. To our… 
1998
1998
Persistent programming languages manage volatile memory as a cache for stable storage, imposing a read barrier on operations that… 
1995
1995
Many systems must dynamically track writes to cached data, for the purpose of reconciling those updates with respect to the… 
Highly Cited
1992
Highly Cited
1992
Generational garbage collectors are able to achieve very small pause times by concentrating on the youngest (most recently…