* BinaryFormatter.cs: Added missing methods.
[mono.git] / doc / papers
index 249c80196f80e4e96c2f3f2f95f582e858eaf393..162f79d1637715bf756f1396d13b8fa02d58f35e 100644 (file)
   Practical Improvements to the Construction and Destruction of Static Single Assignment Form: Preston Briggs,
   Keith Cooper, Timothy Harvey, Taylor Simpson</a>
 
-  <a
-  href="http://citeseer.nj.nec.com/krall98monitors.html">
-  Monitors and Exceptions - How to implement Java efficiently: Andreas Krall,
-  Mark Probst</a> 
-
   <a
   href="http://citeseer.nj.nec.com/krall98efficient.html">
   Efficient JavaVM Just-in-Time Compilation: Andreas Krall</a>
   vmgen-A Generator of Efficient Virtual Machine Interpreters: M. Anton
   Ertl, David Gregg, Andreas Krall, Bernd Paysan</a>
 
+* Synchronization
+
+  <a
+  href="http://citeseer.nj.nec.com/krall98monitors.html">
+  Monitors and Exceptions - How to implement Java efficiently: Andreas Krall,
+  Mark Probst</a> 
+
+  <a
+  href="http://citeseer.nj.nec.com/bacon98thin.html">
+  Thin Locks: Featherweight Synchronization for Java: David Bacon</a>
+
+  <a
+  href="http://citeseer.nj.nec.com/278639.html">
+  Featherweight Monitors with Bacon Bits: David Bacon</a>
+
 * Garbage Collection
 
   <a
@@ -84,3 +94,8 @@
   href="http://citeseer.nj.nec.com/seligmann95incremental.html">
   Incremental Collection of Mature Objects: Richard Hudson, Eliot Moss</a>
 
+* Threads
+
+  <a
+   href="http://research.microsoft.com/~birrell/papers/ThreadsCSharp.pdf">
+   Programming with Threads in C#: Andrew Birrell</a>