Flush
[mono.git] / web / papers
index 249c80196f80e4e96c2f3f2f95f582e858eaf393..36a31988e83597b2674bc8df9691045b93184c25 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