Home | History | Annotate | Download | only in rumpkern
History log of /src/sys/rump/librump/rumpkern/rump_curlwp___thread.h
RevisionDateAuthorComments
 1.3  19-Apr-2018  christos s/static inline/static __inline/g for consistency.
 1.2  16-Mar-2014  pooka branches: 1.2.4; 1.2.6; 1.2.10; 1.2.34;
remove unnecesary verbosity: s/RUMP_CURLWP_MODEL/RUMP_CURLWP/
 1.1  15-Mar-2014  pooka Allow compile-time optimizations to curlwp. This can have a pretty
staggering impact on performance. When running sendto() in a loop,
the improvement is 200k more calls per second with an inlined __thread
curlwp as opposed to the default. In other words, it shaves off hundreds
of CPU cycles per call (~20%). Even just eliminating the x86_curlwp()
call in favor of an inline gives an improvement of 60k calls per second.
 1.2.34.1  22-Apr-2018  pgoyette Sync with HEAD
 1.2.10.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.10.1  16-Mar-2014  tls file rump_curlwp___thread.h was added on branch tls-maxphys on 2014-08-20 00:04:41 +0000
 1.2.6.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.6.1  16-Mar-2014  yamt file rump_curlwp___thread.h was added on branch yamt-pagecache on 2014-05-22 11:41:15 +0000
 1.2.4.2  18-May-2014  rmind sync with head
 1.2.4.1  16-Mar-2014  rmind file rump_curlwp___thread.h was added on branch rmind-smpnet on 2014-05-18 17:46:18 +0000

RSS XML Feed