diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-06 15:11:03 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-06 15:11:03 +0100 |
commit | 0445f54d5b9717a84a5ff159e97ac5398f4e0df0 (patch) | |
tree | ebced58ba51211c49c51abd778c7a7f0bbf18735 /microkernel/viengoos/projects.mdwn | |
parent | 309fca6529444a2baa40cc029fe3db7db2000249 (diff) | |
download | web-0445f54d5b9717a84a5ff159e97ac5398f4e0df0.tar.gz web-0445f54d5b9717a84a5ff159e97ac5398f4e0df0.tar.bz2 web-0445f54d5b9717a84a5ff159e97ac5398f4e0df0.zip |
Formatting.
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. |