ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.pod
(Generate patch)

Comparing libev/ev.pod (file contents):
Revision 1.50 by root, Tue Nov 27 10:59:11 2007 UTC vs.
Revision 1.51 by root, Tue Nov 27 19:23:31 2007 UTC

1997 1997
1998If you need to shave off some kilobytes of code at the expense of some 1998If you need to shave off some kilobytes of code at the expense of some
1999speed, define this symbol to C<1>. Currently only used for gcc to override 1999speed, define this symbol to C<1>. Currently only used for gcc to override
2000some inlining decisions, saves roughly 30% codesize of amd64. 2000some inlining decisions, saves roughly 30% codesize of amd64.
2001 2001
2002=item EV_PID_HASHSIZE
2003
2004C<ev_child> watchers use a small hash table to distribute workload by
2005pid. The default size is C<16> (or C<1> with C<EV_MINIMAL>), usually more
2006than enough. If you need to manage thousands of children you might want to
2007increase this value.
2008
2002=item EV_COMMON 2009=item EV_COMMON
2003 2010
2004By default, all watchers have a C<void *data> member. By redefining 2011By default, all watchers have a C<void *data> member. By redefining
2005this macro to a something else you can include more and other types of 2012this macro to a something else you can include more and other types of
2006members. You have to define it each time you include one of the files, 2013members. You have to define it each time you include one of the files,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines