summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-09-10 05:00:27 +0000
committermarcel <marcel@FreeBSD.org>2004-09-10 05:00:27 +0000
commit473098d94ade3efcae370241431267ceb7142248 (patch)
tree54e28ad1797e5839a9b77417b3197307718629d0 /lib/libc
parent08f545c4a54bba6afde1de0ffe784303a48ce719 (diff)
downloadFreeBSD-src-473098d94ade3efcae370241431267ceb7142248.zip
FreeBSD-src-473098d94ade3efcae370241431267ceb7142248.tar.gz
The previous commit, roughly one and a half years ago removed the
branch prediction optimization for LINT, because the kernel was too large. This commit now removes it altogether since it causes build failures for GENERIC kernels and the various applicable trends are such that one can expect that it these failure will cause more problems than they're worth in the future. These trends include: 1. Alpha was demoted from tier 1 to tier 2 due to lack of active support. The number of people willing to fix build breakages is not likely to increase and those developers that do have the gumption to test MI changes on alpha are not likely to spend time fixing unexpected build failures first. 2. The kernel will only increase in size. Even though stripped-down kernels do link without problems now, compiler optimizations (like inlining) and new (non-optional) functionality will likely cause stripped-down kernels to break in the future as well. So, with my asbestos suit on, get rid of potential problems before they happen. MT5 candidate.
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud