diff options
author | root <root> | 2012-04-02 23:46:11 +0000 |
---|---|---|
committer | root <root> | 2012-04-02 23:46:11 +0000 |
commit | 77cb55a8ee86104c6f3035bb8565e125fd59a3f3 (patch) | |
tree | fe1c893fe70212a9c8cd61ef4d493929e5ad3dea /ev.pod | |
parent | 895be78a9e5ecfd127a9c2e212956c0da179b553 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -4622,7 +4622,7 @@ backend, use this: #define EV_ASYNC_ENABLE 1 The actual value is a bitset, it can be a combination of the following -values: +values (by default, all of these are enabled): =over 4 @@ -4637,6 +4637,9 @@ When optimising for size, use of compiler flags such as C<-Os> with gcc is recommended, as well as C<-DNDEBUG>, as libev contains a number of assertions. +The default is off when C<__OPTIMIZE_SIZE__> is defined by your compiler +(e.g. gcc with C<-Os>). + =item C<2> - faster/larger data structures Replaces the small 2-heap for timer management by a faster 4-heap, larger @@ -4644,6 +4647,9 @@ hash table sizes and so on. This will usually further increase code size and can additionally have an effect on the size of data structures at runtime. +The default is off when C<__OPTIMIZE_SIZE__> is defined by your compiler +(e.g. gcc with C<-Os>). + =item C<4> - full API configuration This enables priorities (sets C<EV_MAXPRI>=2 and C<EV_MINPRI>=-2), and |