diff options
author | root <root> | 2009-07-09 09:11:20 +0000 |
---|---|---|
committer | root <root> | 2009-07-09 09:11:20 +0000 |
commit | ce8dc1a03da38c405583d4673d8da12c2a26373e (patch) | |
tree | 3ef659f288940a17ba4950399baf18be3b67e1e9 /ev.pod | |
parent | dcdb154c9c5bd4ae64d5ebde7392ce11d7c774aa (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -3673,9 +3673,13 @@ defined to be C<0>, then they are not. =item EV_MINIMAL If you need to shave off some kilobytes of code at the expense of some -speed, define this symbol to C<1>. Currently this is used to override some -inlining decisions, saves roughly 30% code size on amd64. It also selects a -much smaller 2-heap for timer management over the default 4-heap. +speed (but with the full API), define this symbol to C<1>. Currently this +is used to override some inlining decisions, saves roughly 30% code size +on amd64. It also selects a much smaller 2-heap for timer management over +the default 4-heap. + +You can save even more by disabling watcher types you do not need and +setting C<EV_MAXPRI> == C<EV_MINPRI>. =item EV_PID_HASHSIZE |