| From: | Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> |
| Date: | Fri, 7 Apr 2006 10:29:52 -0700 (PDT) |
Just on general principle, don't over-use those branch-prediction
macros. They add a lot of confusion to the code for virtually no
gain in performance. The less you use them, the better things will be.
-Matt