Skip to content
  1. Apr 16, 2020
    • ReinUsesLisp's avatar
      buffer_cache: Return handles instead of pointer to handles · 090fd3fe
      ReinUsesLisp authored
      The original idea of returning pointers is that handles can be moved.
      The problem is that the implementation didn't take that in mind and made
      everything harder to work with. This commit drops pointer to handles and
      returns the handles themselves. While it is still true that handles can
      be invalidated, this way we get an old handle instead of a dangling
      pointer.
      
      This problem can be solved in the future with sparse buffers.
      090fd3fe
  2. Apr 13, 2020
  3. Apr 12, 2020
  4. Apr 11, 2020
  5. Apr 10, 2020
  6. Apr 09, 2020
  7. Apr 08, 2020
Loading