Skip to content

Accumulated updates

Jun Furuse requested to merge jun@node_cache_tribune into master
  • Bud_cache is now extended to Node_cache which supports caching of Internals and Extenders.
  • Node_cache and Hashcons now have 2 limits: one limits how many cached entries survive at each commit. The other limits the absolute sizes of the caches.
  • Renaming of hash related modules.
  • Roots is oboleted by Commit
  • Now copies are recorded in Cursor.t then saved for each commit as a part of Info.t. Copy GC utilizes this "copy hint" to detect linkable nodes.
  • Plebeia file version is now 2.0
  • Various minor fixes after code reviews

Merge request reports