Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Myself and I think dsl@ looked into sysenter/sysexit in ...



details:   https://anonhg.NetBSD.org/src/rev/6ea49526f672
branches:  trunk
changeset: 848302:6ea49526f672
user:      ad <ad%NetBSD.org@localhost>
date:      Fri Jan 24 09:33:42 2020 +0000

description:
Myself and I think dsl@ looked into sysenter/sysexit in 2007 and while it
was faster, it wasn't worth the trouble.

diffstat:

 doc/TODO |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 810b650bae98 -r 6ea49526f672 doc/TODO
--- a/doc/TODO  Fri Jan 24 08:45:16 2020 +0000
+++ b/doc/TODO  Fri Jan 24 09:33:42 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TODO,v 1.19 2015/02/19 11:20:43 mrg Exp $
+#      $NetBSD: TODO,v 1.20 2020/01/24 09:33:42 ad Exp $
 
 THINGS TO BE DONE:
 
@@ -36,10 +36,6 @@
 User programs:
     rwall nfs-mountees on shutdown
 
-i386 kernel support:
-    make use of sysenter/sysexit instructions on PIII/4 and Athlon for
-        reducing syscall overhead.
-
 This is a list of suggested smaller projects (in no particular order):
 
 + speed up sort(1) by using mmap(2) rather than temp files



Home | Main Index | Thread Index | Old Index