Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Lewis <dan@mono-cvs.ximian.com>2002-04-21 18:48:04 +0400
committerDan Lewis <dan@mono-cvs.ximian.com>2002-04-21 18:48:04 +0400
commitbe071f5035cf3fea58320447faaa87da21a667be (patch)
tree06d168e25a00f2857d035605e7da215ed0f2e2f8 /web/papers
parent5b20b51d2810d3d59d7b962741b8b0615de2aef4 (diff)
2002-04-21 Dan Lewis <dihlewis@yahoo.co.uk>
* papers: added bacon thin lock papers. svn path=/trunk/mono/; revision=3942
Diffstat (limited to 'web/papers')
-rw-r--r--web/papers20
1 files changed, 15 insertions, 5 deletions
diff --git a/web/papers b/web/papers
index 249c80196f8..36a31988e83 100644
--- a/web/papers
+++ b/web/papers
@@ -16,11 +16,6 @@
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>
@@ -70,6 +65,21 @@
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