summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-04-09 22:21:34 +0000
committerarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-04-09 22:21:34 +0000
commit54a9f369c9ca98a774954f50c6cb07f1ec585fe6 (patch)
treed50ab995a0df0f78935e589145cd381e46f317c0
parent79ab053483a62eeec6391d3f48097f85e07e1045 (diff)
downloadATCD-54a9f369c9ca98a774954f50c6cb07f1ec585fe6.tar.gz
ChangelogTag: Sat Apr 9 17:00:37 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36eedea71e0..fa3605e87b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Sat Apr 9 17:00:37 2005 Arvind S. Krishna <arvindk@doc.dre.vanderbilt.edu>
+
+ * tests/Memcpy_Test.cpp:
+
+ Added a test to test the speed of memcpy () for data sizes less
+ than 16 bytes. This test checks to see if loop unrolling is
+ faster than memcpy for these data sizes.
+
+ * tests/run_test.lst:
+ * tests/tests.mpc:
+
+ Updated the run list file to run this test and created a
+ corresponding entry to build this test.
+
Sat Apr 9 10:04:37 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* ace/Thread_Hook.h (~ACE_Thread_Hook):