diff options
Diffstat (limited to 'microkernel/viengoos/projects.mdwn')
-rw-r--r-- | microkernel/viengoos/projects.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/microkernel/viengoos/projects.mdwn b/microkernel/viengoos/projects.mdwn index a2e9f48a..e4599dc1 100644 --- a/microkernel/viengoos/projects.mdwn +++ b/microkernel/viengoos/projects.mdwn @@ -10,9 +10,9 @@ is included in the section entitled Some projects: -* Minor: +# Minor -** New hash function +## New hash function The current hash function in libhurd-ihash results in a lot of collisions when the hash table is 80% full. To overcome this, we keep @@ -22,11 +22,11 @@ appropriate in the general case or one that works well in a relevant, specific case, e.g., viengoos/object.c uses a hash to find the object corresponding to a frame, which is keyed on its physical address. -* Major: +# Major -* Thesis: +# Thesis -** Capability aware compiler +## Capability aware compiler Modify, e.g., gcc to understand capability semantics and teach gcc how -to optimize it, e.g., how to batch and combine calls.
\ No newline at end of file +to optimize it, e.g., how to batch and combine calls. |