From 0445f54d5b9717a84a5ff159e97ac5398f4e0df0 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 6 Dec 2008 15:11:03 +0100 Subject: Formatting. --- microkernel/viengoos/projects.mdwn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'microkernel/viengoos/projects.mdwn') 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. -- cgit v1.2.3