diff options
author | root <root> | 2009-07-10 19:10:19 +0000 |
---|---|---|
committer | root <root> | 2009-07-10 19:10:19 +0000 |
commit | 9a4bdcd75ef07d4a9fee91d2dd3f9d4ac1c57580 (patch) | |
tree | 0aadce32eacc79b88ac6226d3333c3b4aea10228 /ev.pod | |
parent | fe7f056cfc2dc30ab33a1e36b0005fa1e39b0e50 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3678,8 +3678,9 @@ 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>. +You can save even more by disabling watcher types you do not need +and setting C<EV_MAXPRI> == C<EV_MINPRI>. Also, disabling C<assert> +(C<-DNDEBUG>) will usually reduce code size a lot. Defining C<EV_MINIMAL> to C<2> will additionally reduce the core API to provide a bare-bones event library. See C<ev.h> for details on what parts |