Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/rump/librump/rumpkern



Module Name:    src
Committed By:   pooka
Date:           Fri Jan 23 13:14:17 UTC 2009

Modified Files:
        src/sys/rump/librump/rumpkern: Makefile.rumpkern pmap_stub.c pool.c
            rump.c vm.c
Added Files:
        src/sys/rump/librump/rumpkern/opt: opt_lockdebug.h opt_pool.h
            opt_poollog.h

Log Message:
Add a compile-time option to use kmem/vmem/pools from the kernel
sources instead of homegrown allocators.  Default to "on", even
though they appear to be a few percent slower at least on short
jobs (e.g. untar to tmpfs).


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -r1.11 -r1.12 src/sys/rump/librump/rumpkern/pmap_stub.c \
    src/sys/rump/librump/rumpkern/pool.c
cvs rdiff -r1.88 -r1.89 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -r1.49 -r1.50 src/sys/rump/librump/rumpkern/vm.c
cvs rdiff -r0 -r1.1 src/sys/rump/librump/rumpkern/opt/opt_lockdebug.h \
    src/sys/rump/librump/rumpkern/opt/opt_pool.h \
    src/sys/rump/librump/rumpkern/opt/opt_poollog.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index