emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/memrep d2cc05a 2/2: Note internal caches that could be considere


From: Lars Ingebrigtsen
Subject: scratch/memrep d2cc05a 2/2: Note internal caches that could be considered
Date: Thu, 10 Dec 2020 20:52:21 -0500 (EST)

branch: scratch/memrep
commit d2cc05a215a58b99abffb74f69de1342136d20d4
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Note internal caches that could be considered
---
 lisp/emacs-lisp/memory-report.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lisp/emacs-lisp/memory-report.el b/lisp/emacs-lisp/memory-report.el
index 2ff94ed..c2fa28a 100644
--- a/lisp/emacs-lisp/memory-report.el
+++ b/lisp/emacs-lisp/memory-report.el
@@ -21,6 +21,10 @@
 
 ;;; Commentary:
 
+;; Todo (possibly): Font cache, regexp cache, bidi cache, various
+;; buffer caches (newline cache, free_region_cache, etc), composition
+;; cache, face cache.
+
 ;;; Code:
 
 (require 'seq)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]