projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
823d6b9
)
Adding yield syscall doesn't help significantly,
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 17 May 2006 16:02:11 +0000
(16:02 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 17 May 2006 16:02:11 +0000
(16:02 +0000)
or at least not as much as using qemu instead of Bochs.
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index c666bab762668690121a79e0e79f53fdf05b99a6..88a08331a6224dd9a0c56163c0bc79a8f6b71f1a 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-203,8
+203,6
@@
Godmar Back <godmar@gmail.com> 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.