summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorart <art@openbsd.org>2007-05-25 15:55:26 +0000
committerart <art@openbsd.org>2007-05-25 15:55:26 +0000
commitf4754aff62c6211eb67c49efd24d5437b597d16c (patch)
tree890c97127eacebf58cfed920687bc336fe9b74c0 /lib/libc
parentrename cpu_dumpconf() to dumpconf(); no need to be different from other architectures (diff)
downloadwireguard-openbsd-f4754aff62c6211eb67c49efd24d5437b597d16c.tar.xz
wireguard-openbsd-f4754aff62c6211eb67c49efd24d5437b597d16c.zip
Replace the overdesigned and overcomplicated tlb shootdown code with
very simple and dumb fast tlb IPI handlers that have in the order of the same amount of instructions as the old code had function calls. All TLB shootdowns are reorganized so that we always shoot the, without looking at PG_U and when we're shooting a range (primarily in pmap_remove), we shoot the range when there are 32 or less pages in it, otherwise we just nuke the whole TLB (this might need tweaking if someone is interested in micro-optimization). The IPIs are not handled through the normal interrupt vectoring code, they are not blockable and they only shoot one page or a range of pages or the whole tlb. This gives a 15% reduction in system time on my dual-core laptop during a kernel compile and an 18% reduction in real time on a quad machine doing bulk ports build. Tested by many, in snaps for a week, no slowdowns reported (although not everyone is seeing such huge wins).
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions