[www-pubs] r312927 - Added ISMM 2017 publication by Liu and Criswell.

John Criswell via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 10:11:04 PDT 2017


Author: criswell
Date: Mon Sep 11 10:11:04 2017
New Revision: 312927

URL: http://llvm.org/viewvc/llvm-project?rev=312927&view=rev
Log:
Added ISMM 2017 publication by Liu and Criswell.

Added the paper "Flexible and Efficient Memory Object Metata" to the
publications list.  This paper results from work from an LLVM Google Summer
of Code project.

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=312927&r1=312926&r2=312927&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Mon Sep 11 10:11:04 2017
@@ -13,6 +13,14 @@
 
 var PUBS =
 [
+  { url: "http://dl.acm.org/citation.cfm?id=3092268&CFID=967844128&CFTOKEN=15248470",
+    author: "Zhengyang Liu and John Criswell",
+    title: "Flexible and Efficient Memory Object Metadata",
+    published: "International Symposium on Memory Management (ISMM)",
+    month: 6,
+    year: 2017
+  },
+
   { url: "http://formalverification.cs.utah.edu/new/Publications.html#vcsharma_hipc16",
     author: "Vishal Chandra Sharma, Ganesh Gopalakrishnan, Sriram Krishnamoorthy",
     title: "PRESAGE: Protecting Structured Address Generation against Soft Errors",




More information about the llvm-commits mailing list