[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs/ialloc.c
    John Criswell 
    criswell at cs.uiuc.edu
       
    Wed Feb 18 14:38:06 PST 2004
    
    
  
Changes in directory llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs:
ialloc.c updated: 1.1 -> 1.2
---
Log message:
Added note about what the original researchers probably changed.
---
Diffs of the changes:  (+8 -0)
Index: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs/ialloc.c
diff -u llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs/ialloc.c:1.1 llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs/ialloc.c:1.2
--- llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs/ialloc.c:1.1	Wed Feb 18 13:58:33 2004
+++ llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs/ialloc.c	Wed Feb 18 14:10:33 2004
@@ -1,3 +1,11 @@
+/*
+ * Changes:
+ *
+ * 1) Date Unknown
+ *    It appears this file has the NOMEMOPT option added to disable memory
+ *    use optimizations.  This change was probably introduced by the
+ *    researchers from ftp://ftp.cs.colorado.edu/pub/cs/misc/malloc-benchmarks
+ */
 /* Copyright (C) 1989, 1990 Aladdin Enterprises.  All rights reserved.
    Distributed by Free Software Foundation, Inc.
 
    
    
More information about the llvm-commits
mailing list