Changeset 1462 for trunk/pdns/pdns/README-recursor
- Timestamp:
- 12/21/09 21:43:58 (7 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/README-recursor (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/README-recursor
r1396 r1462 63 63 PERFORMANCE 64 64 ----------- 65 When on Intel/AMD, by ALL means use a 64-bit binary (not just a 64-bit 66 kernel). This speeds up most things by at least a factor 2. 65 67 66 68 For the utmost in performance, compile like this: … … 76 78 Then do: 77 79 78 $ PROFILEFLAGS=-fprofile-use make clean all80 $ PROFILEFLAGS=-fprofile-use make binclean all 79 81 80 82 The resulting binary is up to 20% faster in our tests.