From: Ben Pfaff Date: Wed, 17 May 2006 16:02:11 +0000 (+0000) Subject: Adding yield syscall doesn't help significantly, X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c02ec53400c7c8ec2c60d09b71c64625f61d073;p=pintos-anon Adding yield syscall doesn't help significantly, or at least not as much as using qemu instead of Bochs. --- diff --git a/TODO b/TODO index c666bab..88a0833 100644 --- a/TODO +++ b/TODO @@ -203,8 +203,6 @@ Godmar Back writes: * Finish writing tour. -* Introduce a "yield" system call to speed up the syn-* tests. - via Godmar Back: * Get rid of mmap syscall, add sbrk.