[llvm-commits] [www-pubs] r146077 - /www-pubs/trunk/pubs.js

John Criswell criswell at uiuc.edu
Wed Dec 7 13:43:20 PST 2011


Author: criswell
Date: Wed Dec  7 15:43:20 2011
New Revision: 146077

URL: http://llvm.org/viewvc/llvm-project?rev=146077&view=rev
Log:
Added the PEREGRINE paper.

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=146077&r1=146076&r2=146077&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Wed Dec  7 15:43:20 2011
@@ -2,6 +2,14 @@
 // the page in the order listed.
 var PUBS =
 [
+  { url: "http://systems.cs.columbia.edu/files/wpid-peregrine-sosp11.pdf",
+    author: "Heming Cui, Jingyue Wu, John Gallagher, Huayang Guo, Junfeng Yang",
+    title: "Efficient Deterministic Multithreading through Schedule Relaxation",
+    published: "ACM Symposium on Operating Systems Principles (SOSP)",
+    month: 10,
+    year: 2011,
+  },
+
   { url: "",
     author: "Haohui Mai, Ahmed Khurshid, Rachit Agarwal, Matthew Caesar, P. Brighten Godfrey, and Samuel T. King",
     title: "Debugging the Data Plane with Anteater",





More information about the llvm-commits mailing list