This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
scschnei (author)
Tue Aug 14 12:25:17 -0700 2007
| name | age | message | |
|---|---|---|---|
| |
Makefile | Wed Jul 11 07:45:53 -0700 2007 | |
| |
README | Fri Feb 09 12:50:53 -0800 2007 | |
| |
include-ia64/ | Mon Jul 09 08:30:10 -0700 2007 | |
| |
include-ppc64/ | Fri Feb 02 15:54:25 -0800 2007 | |
| |
include-x86/ | Mon Feb 19 11:36:59 -0800 2007 | |
| |
include-x86_64/ | Tue Aug 14 12:25:17 -0700 2007 | |
| |
larson-30_7-8 | Fri Oct 27 08:55:42 -0700 2006 | |
| |
larson.cpp | Wed Jul 11 07:45:53 -0700 2007 | |
| |
lock.h | Fri Feb 09 13:03:10 -0800 2007 | |
| |
malloc_new.cpp | Fri Feb 09 13:03:10 -0800 2007 | |
| |
override.c | Mon Jul 09 08:30:10 -0700 2007 | |
| |
recycle.c | Wed Jul 11 07:45:53 -0700 2007 | |
| |
streamflow.c | Wed Jul 11 07:45:53 -0700 2007 | |
| |
streamflow.h | Tue Jul 10 14:26:10 -0700 2007 |
README
Streamflow http://www.cs.vt.edu/~scschnei/streamflow --- Project contributors --- Scott Schneider, scschnei@cs.vt.edu Christos Antonopoulos, cda@cs.wm.edu Dimitrios Nikolopoulos, dsn@cs.vt.edu --- Copyright & License --- Copyright (C) 2007 Scott Schneider, Christos Antonopoulos This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA The full license can be found at: http://www.gnu.org/copyleft/lesser.html --- Notes --- Compiling: - In the Makefile, define a META_METHOD as one of HEADERS, BIBOP or RADIX_TREE. All architectures support HEADERS. Only 32-bit architectures support BIBOP, and only 64-bit architectures support RADIX_TREE. - In the Makefile, define ASM as x86, ppc64 or ia64. These are the only supported architectures at this time. Adding additional architectures requires changing the defintions at the top of streamflow.h, and implementing the correct atomic operations in atomic.h and bitops.h. gcc 3.3.4: - Streamflow does not compile with gcc 3.3.4; it causes an internal compiler error when full optimizations are turned on. It has been successfuly compiled with gcc 4.0.2 and gcc 3.4.5. Machine dependent files: - atomic.h and bitops.h are taken from the Linux kernel source, with minor modifications.







