- Jun 23, 2013
-
-
Nadav Har'El authored
-
- Jun 19, 2013
-
-
Nadav Har'El authored
It's not clear if our DNS resolver works or not - need to test and fix if needed.
-
- Jun 13, 2013
-
-
Nadav Har'El authored
Remove things already done.
-
- May 26, 2013
-
-
Nadav Har'El authored
Because of Linux's calling convention, it should not be necessary to save the FPU state when a reschedule is caused by a function call. Because we had a bug and forgot to save the FPU state when calling a signal handler, and because this signal handler can cause a reschedule, we had to save the FPU on any reschedule. But after fixing that bug, we no longer need these unnecessary FPU saves. The "sunflow" benchmark still runs well after this patch.
-
- May 25, 2013
-
-
Nadav Har'El authored
A todo item to avoid unnecessary fpu state saving
-
Nadav Har'El authored
Things we still need to do to use the lockfree mutex
-
- May 24, 2013
-
-
Nadav Har'El authored
Following an idea raised during our last discussion on TODOs, I committed a new directory "todo/", and one file in it, todo/mm, with TODOs and ideas for memory management. I suggest that we allow free commits to this directory - with no overhead of "review" of these informal todo items. If we decide we don't like this format, we can easily move the content of these files to some other tool or database or whatever.
-