Skip to content
Snippets Groups Projects
  1. Jun 23, 2013
  2. Jun 19, 2013
    • Nadav Har'El's avatar
      Add todo/dns · 15386921
      Nadav Har'El authored
      It's not clear if our DNS resolver works or not - need to test and fix
      if needed.
      15386921
  3. Jun 13, 2013
  4. May 26, 2013
    • Nadav Har'El's avatar
      sched: avoid unnecessary FPU saving · 947b49ee
      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.
      947b49ee
  5. May 25, 2013
  6. May 24, 2013
    • Nadav Har'El's avatar
      Add "todo" directory. · 6347f632
      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.
      6347f632
Loading